Searched defs:bAbs (Results 1 - 6 of 6) sorted by relevance
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ | ||
| H A D | divsf3.c | 37 const rep_t bAbs = toRep(b) & absMask; local in function:__divsf3 |
| H A D | comparedf2.c | 56 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 D | comparesf2.c | 56 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 D | comparetf2.c | 56 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 D | divdf3.c | 37 const rep_t bAbs = toRep(b) & absMask; local in function:__divdf3 |
| H A D | divtf3.c | 37 const rep_t bAbs = toRep(b) & absMask; local in function:__divtf3 |
Completed in 9 milliseconds