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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c14 const uint32_t highWordMinusOne = local
18 if (UINT32_C(0x04000000) > highWordMinusOne) {
19 const int unbiasedHeadExponent = highWordMinusOne >> 20;

Completed in 55 milliseconds