Searched refs:highWordMinusOne (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dfixunstfdi.c16 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); local
19 if (UINT32_C(0x04000000) > highWordMinusOne)
21 const int unbiasedHeadExponent = highWordMinusOne >> 20;

Completed in 57 milliseconds