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

/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.h272 #define __fixunsxfDI __NDW(fixunsxf,) macro
386 extern DWtype __fixunsxfDI (XFtype);
H A Dlibgcc2.c1226 __fixunsxfDI (XFtype a)
1255 return - __fixunsxfDI (-a);
1256 return __fixunsxfDI (a);
1200 __fixunsxfDI (XFtype a) function

Completed in 155 milliseconds