Home
last modified time | relevance | path

Searched refs:halves (Results 1 – 25 of 51) sorted by relevance

123

/external/skia/gm/
Dmandoline.cpp105 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/skqp/gm/
Dmandoline.cpp105 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/
Dmisc.h77 } 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/
Dutf8_fix.cc59 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/
Dfp-move-05.ll17 ; 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.
Dfp-move-08.ll17 ; 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.
Dint-mul-07.ll35 ; high and low halves.
51 ; high and low halves.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-move-05.ll17 ; 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.
Dfp-move-08.ll17 ; 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.
Dint-mul-07.ll35 ; high and low halves.
51 ; high and low halves.
/external/grpc-grpc/test/core/util/
Dpassthru_endpoint.cc49 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/
DDataRecord.java34 String[] halves; field in DataRecord
74 record.halves = in.stringArray("halves"); in read()
141 out.stringArray("halves", halves); in write()
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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DDataRecord.java32 String[] halves; field in DataRecord
72 record.halves = in.stringArray("halves"); in read()
139 out.stringArray("halves", halves); in write()
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()
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1384 std::list<double> halves; member in google::protobuf::__anon34fc3b9d0111::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/
DREADME55 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/skia/src/opts/
DSkBitmapProcState_opts.h236 __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/skqp/src/opts/
DSkBitmapProcState_opts.h236 __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/
Dlibunwind-ppc64.h81 uint64_t halves[2]; member
/external/fec/
Ddotprod_sse2_assist.s28 pxor %xmm0,%xmm0 # clear running sum (in two 32-bit halves)
Ddotprod_mmx_assist.s28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h146 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/
Dvec_shuf-insert.ll3 ; These tests check that an insert_subvector which replaces one of the halves
/external/llvm/test/CodeGen/X86/
Dvec_shuf-insert.ll3 ; These tests check that an insert_subvector which replaces one of the halves

123