Searched defs:bExponent (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtf3.c25 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; local
H A Ddivsf3.c24 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; local
H A Ddivdf3.c24 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; local

Completed in 197 milliseconds