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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunstfdi.c1 //===-- fixunstfdi.c - Implement __fixunstfdi -----------------------------===//
16 COMPILER_RT_ABI du_int __fixunstfdi(fp_t a) { return __fixuint(a); } function
H A Dapple_versioning.c80 NOT_HERE_BEFORE_10_6(__fixunstfdi)
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dfixunstfdi.c35 UDItype __fixunstfdi(TFtype a) function
/freebsd-11-stable/contrib/llvm-project/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-stable/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-stable/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-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h107 #define float128_to_uint64_round_to_zero __fixunstfdi

Completed in 126 milliseconds