Home
last modified time | relevance | path

Searched refs:halves (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/gm/
H A Dmandoline.cpp111 SkConic conic(fLastPt, p1, p2, w), halves[2]; in sliceConic() local
112 if (!conic.chopAt(T, halves)) { in sliceConic()
115 this->sliceConic(halves[0].fPts[1], halves[0].fPts[2], halves[0].fW, numSubdivisions - 1); in sliceConic()
116 this->sliceConic(halves[1].fPts[1], halves[1].fPts[2], halves[1].fW, numSubdivisions - 1); in sliceConic()
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js561 const halves = address.split('::');
562 if (halves.length === 2) {
563 let first = halves[0].split(':');
564 let last = halves[1].split(':');
584 else if (halves.length === 1) {
961 const halves = address6.address.split('::');
962 if (halves[0].length) {
963 output.push((0, regular_expressions_1.simpleRegularExpression)(halves[0].split(':')));
966 output.push((0, regular_expressions_1.possibleElisions)(address6.elidedGroups, halves[0].length !== 0, halves[
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java32 String[] halves; field in DataRecord
72 record.halves = in.stringArray("halves"); in read()
139 out.stringArray("halves", halves); in write()
H A DPeriodFormatterData.java261 if (cv == ECountVariant.HALF_FRACTION && dr.halves == null) { in appendCount()
316 if (dr.genders != null && dr.halves.length > 2) { in appendCount()
324 String half = dr.halves[solox]; in appendCount()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DDataRecord.java34 String[] halves; field in DataRecord
74 record.halves = in.stringArray("halves"); in read()
141 out.stringArray("halves", halves); in write()
H A DPeriodFormatterData.java263 if (cv == ECountVariant.HALF_FRACTION && dr.halves == null) { in appendCount()
318 if (dr.genders != null && dr.halves.length > 2) { in appendCount()
326 String half = dr.halves[solox]; in appendCount()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1860 std::list<double> halves; member in google::protobuf::__anon17052::RepeatedFieldInsertionIteratorsTest
1878 halves.push_back(1.0); in SetUp()
1879 halves.push_back(0.5); in SetUp()
1880 halves.push_back(0.25); in SetUp()
1881 halves.push_back(0.125); in SetUp()
1882 halves.push_back(0.0625); in SetUp()
1883 std::copy(halves.begin(), halves.end(), in SetUp()
1927 EXPECT_TRUE(std::equal(halves.begin(), halves in TEST_F()
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c128 * upper/lower halves of course */
149 nir_ssa_def *halves = in pan_unpack_pure_16() local
152 unpacked[i + 0] = nir_channel(b, halves, 0); in pan_unpack_pure_16()
153 unpacked[i + 1] = nir_channel(b, halves, 1); in pan_unpack_pure_16()
/third_party/libunwind/libunwind/include/
H A Dlibunwind-ppc64.h81 uint64_t halves[2]; member
/third_party/ffmpeg/libavutil/x86/
H A Dlls.asm259 ; Load halves rather than movu to avoid store-forwarding stalls, since the
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp1669 uint32_t halves[2] = {val & 0xffff, val >> 16}; in vop3p_constant() local
1670 uint32_t expected = halves[swizzle[0] - 'x'] | (halves[swizzle[1] - 'x'] << 16); in vop3p_constant()
/third_party/ffmpeg/libavresample/x86/
H A Daudio_mix.asm463 ; zero ymm high halves
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_neon.S616 @ of the other output is the second output row. The second halves of the
H A Dvp9lpf_neon.S546 @ 4x4 halves of the 8x4 pixels; into 4x8 pixels).
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm2444 ; then do final pass to sumsub+store the two halves
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds