/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/llvm/test/CodeGen/SystemZ/ |
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 | 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 | int-mul-07.ll | 35 ; high and low halves. 51 ; high and low halves.
|
D | vec-move-07.ll | 32 ; Test v2i64. Here we load %val into both halves.
|
D | int-mul-08.ll | 58 ; high and low halves.
|
/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::__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/ |
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/libunwind/include/ |
D | libunwind-ppc64.h | 81 uint64_t halves[2]; member
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shuf-insert.ll | 3 ; These tests check that an insert_subvector which replaces one of the halves
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | lcms2_internal.h | 139 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/ |
D | bisect.rst | 35 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
|
D | socket.rst | 827 Shut down one or both halves of the connection. If *how* is :const:`SHUT_RD`,
|
/external/libpcap/ |
D | README.sita | 32 PCAP into two halves. The top layer performs the majority of the
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinRegisterInfo.td | 58 // Two halves of 32-bit register
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 333 }else{ // expanding -- split the old Nyquist bin into two halves
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 127 into high and low halves. This case will be used to support your node with a
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 138 // A concatenation of the high halves of the input vectors.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3066 advance -- this halves the time to extend the list.
|