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

/openbsd-current/gnu/llvm/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)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dfixunstfdi.c35 UDItype __fixunstfdi(TFtype a) function
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c5 // uint64_t __fixunstfdi(long double x);
10 uint64_t __fixunstfdi(long double input) { function
/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h51 UDItype_x __fixunstfdi (long double a1);
55 __fixunstfdi (long double a1) function
93 #define __fixunstfdi ___fixunstfdi macro

Completed in 189 milliseconds