Searched refs:__fixtfdi (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixtfdi.c1 //===-- fixtfdi.c - Implement __fixtfdi -----------------------------------===//
17 COMPILER_RT_ABI di_int __fixtfdi(fp_t a) { return __fixint(a); } function
H A Dapple_versioning.c73 NOT_HERE_BEFORE_10_6(__fixtfdi)
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dfixtfdi.c35 DItype __fixtfdi(TFtype a) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixtfdi.c11 uint64_t __fixtfdi(long double input) { function
/freebsd-11-stable/contrib/gcc/config/s390/
H A Dfixdfdi.h124 DItype_x __fixtfdi (long double a1);
128 __fixtfdi (long double a1) function
169 #define __fixtfdi ___fixtfdi macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc64-fp.c37 extern DItype __fixtfdi (TFtype);
54 __fixtfdi (TFtype a) function
/freebsd-11-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h92 #define float128_to_int64_round_to_zero __fixtfdi
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h271 #define __fixtfdi __NDW(fixtf,) macro
399 extern DWtype __fixtfdi (TFtype);
H A Dlibgcc2.c1240 __fixtfdi (TFtype a)
1214 __fixtfdi (TFtype a) function

Completed in 103 milliseconds