Home
last modified time | relevance | path

Searched refs:halves (Results 1 – 22 of 22) 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-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.
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.
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.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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DDataRecord.java30 String[] halves; field in DataRecord
70 record.halves = in.stringArray("halves"); in read()
137 out.stringArray("halves", halves); in write()
DPeriodFormatterData.java259 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/
Drepeated_field_unittest.cc1296 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/
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/libpcap/
DREADME.sita32 PCAP into two halves. The top layer performs the majority of the
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c122 long halves[2]; in copy_sse_register() member
129 memcpy(buf + offset, u.halves + half, sz); in copy_sse_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/openssh/
DChangeLog2942 halves of any hitherto-unseen hostkeys it offers to the client.