Searched defs: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
H A Dfixtfdi.c44 const int biasedTailExponent = (int)(lobits.x >> 52) & 0x7ff; local
84 const int biasedTailExponent = (int)(lobits.x >> 52) & 0x7ff; local

Completed in 115 milliseconds