Home
last modified time | relevance | path

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

/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/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.
Dvec-move-07.ll32 ; Test v2i64. Here we load %val into both halves.
Dint-mul-08.ll58 ; high and low halves.
/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::__anon069584530111::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/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/libunwind/include/
Dlibunwind-ppc64.h81 uint64_t halves[2]; member
/external/llvm/test/CodeGen/X86/
Dvec_shuf-insert.ll3 ; These tests check that an insert_subvector which replaces one of the halves
/external/pdfium/third_party/lcms2-2.6/src/
Dlcms2_internal.h139 int halves[2]; in _cmsQuickFloor()
145 return temp.halves[1] >> 16; in _cmsQuickFloor()
147 return temp.halves[0] >> 16; in _cmsQuickFloor()
/external/python/cpython2/Doc/library/
Dbisect.rst35 The returned insertion point *i* partitions the array *a* into two halves so
45 The returned insertion point *i* partitions the array *a* into two halves so
Dsocket.rst827 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
/external/libpcap/
DREADME.sita32 PCAP into two halves. The top layer performs the majority of the
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinRegisterInfo.td58 // Two halves of 32-bit register
/external/eigen/unsupported/Eigen/
DFFT333 }else{ // expanding -- split the old Nyquist bin into two halves
/external/llvm/docs/
DExtendingLLVM.rst127 into high and low halves. This case will be used to support your node with a
/external/clang/include/clang/Basic/
Darm_neon.td138 // A concatenation of the high halves of the input vectors.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DHISTORY3066 advance -- this halves the time to extend the list.