/third_party/skia/gm/ |
H A D | mandoline.cpp | 111 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 D | ipv6.js | 561 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 D | DataRecord.java | 32 String[] halves; field in DataRecord 72 record.halves = in.stringArray("halves"); in read() 139 out.stringArray("halves", halves); in write()
|
H A D | PeriodFormatterData.java | 261 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 D | DataRecord.java | 34 String[] halves; field in DataRecord 74 record.halves = in.stringArray("halves"); in read() 141 out.stringArray("halves", halves); in write()
|
H A D | PeriodFormatterData.java | 263 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 D | repeated_field_unittest.cc | 1860 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 D | pan_lower_framebuffer.c | 128 * 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 D | libunwind-ppc64.h | 81 uint64_t halves[2]; member
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | lls.asm | 259 ; Load halves rather than movu to avoid store-forwarding stalls, since the
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 1669 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 D | audio_mix.asm | 463 ; zero ymm high halves
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 616 @ of the other output is the second output row. The second halves of the
|
H A D | vp9lpf_neon.S | 546 @ 4x4 halves of the 8x4 pixels; into 4x8 pixels).
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 2444 ; then do final pass to sumsub+store the two halves
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |