/external/skqp/gm/ |
D | mandoline.cpp | 105 SkConic conic(fLastPt, p1, p2, w), halves[2]; in sliceConic() local 106 if (!conic.chopAt(T, halves)) { in sliceConic() 109 this->sliceConic(halves[0].fPts[1], halves[0].fPts[2], halves[0].fW, numSubdivisions - 1); in sliceConic() 110 this->sliceConic(halves[1].fPts[1], halves[1].fPts[2], halves[1].fW, numSubdivisions - 1); in sliceConic()
|
/external/skia/gm/ |
D | mandoline.cpp | 105 SkConic conic(fLastPt, p1, p2, w), halves[2]; in sliceConic() local 106 if (!conic.chopAt(T, halves)) { in sliceConic() 109 this->sliceConic(halves[0].fPts[1], halves[0].fPts[2], halves[0].fW, numSubdivisions - 1); in sliceConic() 110 this->sliceConic(halves[1].fPts[1], halves[1].fPts[2], halves[1].fW, numSubdivisions - 1); in sliceConic()
|
/external/tremolo/Tremolo/ |
D | misc.h | 77 } halves; member 87 } halves; member 95 return magic.halves.hi; in MULT32() 105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17); in MULT31_SHIFT15()
|
/external/libprotobuf-mutator/src/ |
D | utf8_fix.cc | 59 uint32_t halves = 0xE000 - 0xD800; in FixCode() local 61 0xFFFF - halves)(*random); in FixCode() 62 if (c >= 0xD800) c += halves; in FixCode()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-08.ll | 17 ; Check the highest aligned offset that allows STD for both halves. 43 ; Check the next doubleword after that, which requires STDY for both halves. 56 ; Check the highest aligned offset that allows STDY for both halves. 98 ; Check the next doubleword down, which requires STDY for both halves. 111 ; Check the lowest offset that allows STDY for both halves.
|
D | fp-move-05.ll | 17 ; Check the highest aligned offset that allows LD for both halves. 43 ; Check the next doubleword after that, which requires LDY for both halves. 56 ; Check the highest aligned offset that allows LDY for both halves. 98 ; Check the next doubleword down, which requires LDY for both halves. 111 ; Check the lowest offset that allows LDY for both halves.
|
D | int-mul-07.ll | 35 ; high and low halves. 51 ; high and low halves.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-08.ll | 17 ; Check the highest aligned offset that allows STD for both halves. 43 ; Check the next doubleword after that, which requires STDY for both halves. 56 ; Check the highest aligned offset that allows STDY for both halves. 98 ; Check the next doubleword down, which requires STDY for both halves. 111 ; Check the lowest offset that allows STDY for both halves.
|
D | fp-move-05.ll | 17 ; Check the highest aligned offset that allows LD for both halves. 43 ; Check the next doubleword after that, which requires LDY for both halves. 56 ; Check the highest aligned offset that allows LDY for both halves. 98 ; Check the next doubleword down, which requires LDY for both halves. 111 ; Check the lowest offset that allows LDY for both halves.
|
D | int-mul-07.ll | 35 ; high and low halves. 51 ; high and low halves.
|
/external/grpc-grpc/test/core/util/ |
D | passthru_endpoint.cc | 49 int halves; member 135 if (0 == --p->halves) { in me_destroy() 196 m->halves = 2; in grpc_passthru_endpoint_create()
|
/external/icu/android_icu4j/src/main/java/android/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()
|
/external/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()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 1384 std::list<double> halves; member in google::protobuf::__anon42b75c540111::RepeatedFieldInsertionIteratorsTest 1402 halves.push_back(1.0); in SetUp() 1403 halves.push_back(0.5); in SetUp() 1404 halves.push_back(0.25); in SetUp() 1405 halves.push_back(0.125); in SetUp() 1406 halves.push_back(0.0625); in SetUp() 1407 std::copy(halves.begin(), halves.end(), in SetUp() 1450 EXPECT_TRUE(std::equal(halves.begin(), in TEST_F() 1451 halves.end(), in TEST_F() 1455 halves.begin())); in TEST_F()
|
/external/u-boot/board/freescale/mpc8641hpcn/ |
D | README | 55 halves (virtual banks) 82 The flash range 0xEF800000 to 0xEFFFFFFF can be divided into 2 halves. 92 use switch 5, bit 2 to alternate between the halves. Note: The booting
|
/external/skqp/src/opts/ |
D | SkBitmapProcState_opts.h | 236 __m128i halves = _mm_add_epi16(a00a10, a01a11); in S32_alpha_D32_filter_DX() local 239 __m128i sum = _mm_add_epi16(halves, _mm_srli_si128(halves, 8)); in S32_alpha_D32_filter_DX()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 236 __m128i halves = _mm_add_epi16(a00a10, a01a11); in S32_alpha_D32_filter_DX() local 239 __m128i sum = _mm_add_epi16(halves, _mm_srli_si128(halves, 8)); in S32_alpha_D32_filter_DX()
|
/external/libunwind/include/ |
D | libunwind-ppc64.h | 81 uint64_t halves[2]; member
|
/external/fec/ |
D | dotprod_sse2_assist.s | 28 pxor %xmm0,%xmm0 # clear running sum (in two 32-bit halves)
|
D | dotprod_mmx_assist.s | 28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
|
/external/pdfium/third_party/lcms/src/ |
D | lcms2_internal.h | 146 int halves[2]; in _cmsQuickFloor() 152 return temp.halves[1] >> 16; in _cmsQuickFloor() 154 return temp.halves[0] >> 16; in _cmsQuickFloor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vec_shuf-insert.ll | 3 ; These tests check that an insert_subvector which replaces one of the halves
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shuf-insert.ll | 3 ; These tests check that an insert_subvector which replaces one of the halves
|