Home
last modified time | relevance | path

Searched refs:__fixunssfdi (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunssfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a) { in __fixunssfdi() function
33 COMPILER_RT_ABI du_int __fixunssfdi(fp_t a) { return __fixuint(a); } in __fixunssfdi() function
39 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) { return __fixunssfdi(a); } in __aeabi_f2ulz()
41 COMPILER_RT_ALIAS(__fixunssfdi, __aeabi_f2ulz)
46 COMPILER_RT_ALIAS(__fixunssfdi, __stou64)
H A Dfixsfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a);
20 return -__fixunssfdi(-a); in __fixsfdi()
22 return __fixunssfdi(a); in __fixsfdi()
H A Dapple_versioning.c77 NOT_HERE_BEFORE_10_6(__fixunssfdi)
256 NOT_HERE_UNTIL_AFTER_4_3(__fixunssfdi)
H A DREADME.txt152 du_int __fixunssfdi( float a);
/freebsd/lib/libc/quad/
H A Dfixunssfdi.c52 __fixunssfdi(float f) in __fixunssfdi() function
H A DSymbol.map20 __fixunssfdi;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc48 EXPLICIT_SYMBOL(__fixunssfdi)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h103 #define float32_to_uint64_round_to_zero __fixunssfdi
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def390 HANDLE_LIBCALL(FPTOUINT_F32_I64, "__fixunssfdi")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt629 fun:__fixunssfdi=uninstrumented