/third_party/skia/gm/ |
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/ |
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 …gular_expressions_1.possibleElisions)(address6.elidedGroups, halves[0].length !== 0, halves[1].len… 967 if (halves[1].length) { [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | DataRecord.java | 32 String[] halves; field in DataRecord 72 record.halves = in.stringArray("halves"); in read() 139 out.stringArray("halves", halves); in write()
|
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/ |
D | DataRecord.java | 34 String[] halves; field in DataRecord 74 record.halves = in.stringArray("halves"); in read() 141 out.stringArray("halves", halves); in write()
|
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/ |
D | repeated_field_unittest.cc | 1860 std::list<double> halves; member in google::protobuf::__anone75e04120111::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.end(), in TEST_F() 1930 protobuffer.repeated_double().end(), halves.begin())); in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/ |
D | copy_memory_variable_pointers.amber | 159 ;;; The two halves of Workgroup memory were filled, now copy the large 160 ;;; Workgroup block that alias the halves into the output. Only the first
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_framebuffer.c | 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/ |
D | libunwind-ppc64.h | 81 uint64_t halves[2]; member
|
/third_party/python/Doc/library/ |
D | bisect.rst | 33 The returned insertion point *i* partitions the array *a* into two halves so 51 The returned insertion point *i* partitions the array *a* into two halves so
|
/third_party/openssl/doc/man3/ |
D | BIO_s_bio.pod | 35 the other half. Both halves must usually by handled by the same application thread 103 Both halves of a BIO pair should be freed. That is even if one half is implicit
|
/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions. 115 ! implements the possibility to keep the halves in the original registers. 529 ! The final permutation logic switches the halves, meaning that 1185 ! Set sbox address 1 to 6 and rotate halves 3 left
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
D | des_enc.m4 | 109 ! Rotates the halves 3 left to bring the sbox bits in convenient positions. 115 ! implements the possibility to keep the halves in the original registers. 529 ! The final permutation logic switches the halves, meaning that 1185 ! Set sbox address 1 to 6 and rotate halves 3 left
|
/third_party/ffmpeg/doc/ |
D | transforms.md | 698 their high and low halves swapped in the output. This is intentional, as the 701 using the already swapped halves.
|
D | writing_filters.txt | 215 that halves the video size: the linesizes won't be changed, just the width.
|
/third_party/mesa3d/src/amd/compiler/tests/ |
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/ |
D | audio_mix.asm | 463 ; zero ymm high halves
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9mc_neon.S | 616 @ of the other output is the second output row. The second halves of the
|
D | vp9lpf_neon.S | 546 @ 4x4 halves of the 8x4 pixels; into 4x8 pixels).
|
/third_party/ltp/scripts/ |
D | spelling.txt | 706 halfs||halves
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARM.td | 196 // Fast execution of bottom and top halves of literal generation
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 1753 halves
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 1105 // halves of the 64-bit "cycle" CSR.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_gpu_shader_fp64.txt | 742 32-bit halves. The first component of the vector contains the 32 least
|