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

/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dfixtfdi.c18 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); local
21 if (UINT32_C(0x03f00000) > absHighWordMinusOne)
24 const int unbiasedHeadExponent = absHighWordMinusOne >> 20;

Completed in 163 milliseconds