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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfixunstfdi.c1 /* ===-- fixunstfdi.c - Implement __fixunstfdi -----------------------------===
19 __fixunstfdi(fp_t a) { function
H A Dapple_versioning.c85 NOT_HERE_BEFORE_10_6(__fixunstfdi)
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dfixunstfdi.c35 UDItype __fixunstfdi(TFtype a) function
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c5 /* uint64_t __fixunstfdi(long double x); */
10 uint64_t __fixunstfdi(long double input) function
/freebsd-11.0-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-11.0-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-11.0-release/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h107 #define float128_to_uint64_round_to_zero __fixunstfdi

Completed in 123 milliseconds