Searched refs:__fixunssfDI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.h276 #define __fixunssfDI __NDW(fixunssf,) macro
370 extern DWtype __fixunssfDI (SFtype);
H A Dlibgcc2.c1315 __fixunssfDI (SFtype a)
1382 return - __fixunssfDI (-a);
1383 return __fixunssfDI (a);
1289 __fixunssfDI (SFtype a) function

Completed in 352 milliseconds