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

/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.h274 #define __fixunsdfDI __NDW(fixunsdf,) macro
380 extern DWtype __fixunsdfDI (DFtype);
H A Dlibgcc2.c1286 __fixunsdfDI (DFtype a)
1308 return - __fixunsdfDI (-a);
1309 return __fixunsdfDI (a);
1260 __fixunsdfDI (DFtype a) function

Completed in 64 milliseconds