Searched defs:bAbs (Results 1 - 6 of 6) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c37 const rep_t bAbs = toRep(b) & absMask; local in function:__divsf3
H A Dcomparedf2.c56 const rep_t bAbs = bInt & absMask; local in function:__ledf2
101 const rep_t bAbs = bInt & absMask; local in function:__gedf2
119 const rep_t bAbs = toRep(b) & absMask; local in function:__unorddf2
H A Dcomparesf2.c56 const rep_t bAbs = bInt & absMask; local in function:__lesf2
101 const rep_t bAbs = bInt & absMask; local in function:__gesf2
119 const rep_t bAbs = toRep(b) & absMask; local in function:__unordsf2
H A Dcomparetf2.c56 const rep_t bAbs = bInt & absMask; local in function:__letf2
99 const rep_t bAbs = bInt & absMask; local in function:__getf2
116 const rep_t bAbs = toRep(b) & absMask; local in function:__unordtf2
H A Ddivdf3.c37 const rep_t bAbs = toRep(b) & absMask; local in function:__divdf3
H A Ddivtf3.c37 const rep_t bAbs = toRep(b) & absMask; local in function:__divtf3

Completed in 9 milliseconds