Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divsf3() local
H A Ddivdf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divdf3() local
H A Ddivtf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divtf3() local