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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c38 const int biasedTailExponent = (int)(lobits.x >> 52) & 0x7ff; local
43 (unbiasedHeadExponent - (biasedTailExponent - (1023 - 11)));
H A Dfixtfdi.c44 const int biasedTailExponent = (int)(lobits.x >> 52) & 0x7ff; local
49 (unbiasedHeadExponent - (biasedTailExponent - (1023 - 10)));
84 const int biasedTailExponent = (int)(lobits.x >> 52) & 0x7ff; local
85 tailMantissa >>= 1075 - biasedTailExponent;

Completed in 59 milliseconds