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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfti.c27 int hiExponent, loExponent, shift; local
46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS;
67 if (hiExponent < 63) {
69 } else if (hiExponent < 128) {
71 shift = hiExponent - 54;

Completed in 158 milliseconds