/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-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.
|
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 | 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | DataRecord.java | 30 String[] halves; field in DataRecord 70 record.halves = in.stringArray("halves"); in read() 137 out.stringArray("halves", halves); in write()
|
D | PeriodFormatterData.java | 259 if (cv == ECountVariant.HALF_FRACTION && dr.halves == null) { in appendCount() 314 if (dr.genders != null && dr.halves.length > 2) { in appendCount() 322 String half = dr.halves[solox]; in appendCount()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 1296 std::list<double> halves; member in google::protobuf::__anond1b03bd50111::RepeatedFieldInsertionIteratorsTest 1314 halves.push_back(1.0); in SetUp() 1315 halves.push_back(0.5); in SetUp() 1316 halves.push_back(0.25); in SetUp() 1317 halves.push_back(0.125); in SetUp() 1318 halves.push_back(0.0625); in SetUp() 1319 std::copy(halves.begin(), halves.end(), in SetUp() 1363 EXPECT_TRUE(std::equal(halves.begin(), in TEST_F() 1364 halves.end(), in TEST_F() 1368 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/libpcap/ |
D | README.sita | 32 PCAP into two halves. The top layer performs the majority of the
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 122 long halves[2]; in copy_sse_register() member 129 memcpy(buf + offset, u.halves + half, sz); in copy_sse_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/openssh/ |
D | ChangeLog | 2942 halves of any hitherto-unseen hostkeys it offers to the client.
|