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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c17 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); local
20 if (UINT32_C(0x03f00000) > absHighWordMinusOne) {
22 const int unbiasedHeadExponent = absHighWordMinusOne >> 20;

Completed in 70 milliseconds