Searched defs:hibits (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c15 const doublebits hibits = { .d = x.s.hi }; local
17 const uint32_t absHighWord = (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff);
26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
30 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63;
H A Dfixunstfdi.c13 const doublebits hibits = { .d = x.s.hi }; local
15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000);
22 uint64_t result = hibits.x & UINT64_C(0x000fffffffffffff); /* mantissa(hi) */

Completed in 81 milliseconds