Searched defs:aAbs (Results 1 - 8 of 8) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatditf.c30 du_int aAbs = (du_int)a; local in function:__floatditf
H A Dfloatsitf.c30 unsigned aAbs = (unsigned)a; local in function:__floatsitf
H A Ddivsf3.c36 const rep_t aAbs = toRep(a) & absMask; local in function:__divsf3
H A Dcomparedf2.c55 const rep_t aAbs = aInt & absMask; local in function:__ledf2
100 const rep_t aAbs = aInt & absMask; local in function:__gedf2
118 const rep_t aAbs = toRep(a) & absMask; local in function:__unorddf2
H A Dcomparesf2.c55 const rep_t aAbs = aInt & absMask; local in function:__lesf2
100 const rep_t aAbs = aInt & absMask; local in function:__gesf2
118 const rep_t aAbs = toRep(a) & absMask; local in function:__unordsf2
H A Dcomparetf2.c55 const rep_t aAbs = aInt & absMask; local in function:__letf2
98 const rep_t aAbs = aInt & absMask; local in function:__getf2
115 const rep_t aAbs = toRep(a) & absMask; local in function:__unordtf2
H A Ddivdf3.c36 const rep_t aAbs = toRep(a) & absMask; local in function:__divdf3
H A Ddivtf3.c36 const rep_t aAbs = toRep(a) & absMask; local in function:__divtf3

Completed in 11 milliseconds