Home
last modified time | relevance | path

Searched refs:__fixsfdi (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixsfdi.c18 COMPILER_RT_ABI di_int __fixsfdi(float a) { in __fixsfdi() function
34 COMPILER_RT_ABI di_int __fixsfdi(fp_t a) { return __fixint(a); } in __fixsfdi() function
40 AEABI_RTABI di_int __aeabi_f2lz(fp_t a) { return __fixsfdi(a); } in __aeabi_f2lz()
42 COMPILER_RT_ALIAS(__fixsfdi, __aeabi_f2lz)
47 COMPILER_RT_ALIAS(__fixsfdi, __stoi64)
H A Dapple_versioning.c71 NOT_HERE_BEFORE_10_6(__fixsfdi)
250 NOT_HERE_UNTIL_AFTER_4_3(__fixsfdi)
H A DREADME.txt137 di_int __fixsfdi( float a);
/freebsd/lib/libc/quad/
H A Dfixsfdi.c45 __fixsfdi(float x) in __fixsfdi() function
H A DSymbol.map18 __fixsfdi;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc42 EXPLICIT_SYMBOL(__fixsfdi)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h88 #define float32_to_int64_round_to_zero __fixsfdi
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def372 HANDLE_LIBCALL(FPTOSINT_F32_I64, "__fixsfdi")