Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/ppc/
Dfixunstfdi.c15 const uint32_t highWordMinusOne = (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi() local
18 if (UINT32_C(0x04000000) > highWordMinusOne) in __fixunstfdi()
20 const int unbiasedHeadExponent = highWordMinusOne >> 20; in __fixunstfdi()