Searched refs:__fixunstfdi (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dfixunstfdi.c35 UDItype __fixunstfdi(TFtype a) function
/freebsd-10.2-release/contrib/compiler-rt/lib/ppc/
H A Dfixunstfdi.c5 /* uint64_t __fixunstfdi(long double x); */
10 uint64_t __fixunstfdi(long double input) function
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dppc64-fp.c48 extern DItype __fixunstfdi (TFtype);
57 return - __fixunstfdi (-a);
58 return __fixunstfdi (a);
193 __fixunstfdi (TFtype a) function
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Dfixdfdi.h51 UDItype_x __fixunstfdi (long double a1);
55 __fixunstfdi (long double a1) function
93 #define __fixunstfdi ___fixunstfdi macro
/freebsd-10.2-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h107 #define float128_to_uint64_round_to_zero __fixunstfdi

Completed in 70 milliseconds