Searched defs:bExponent (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
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
H A Ddivtf3.c25 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; local

Completed in 139 milliseconds