Home
last modified time | relevance | path

Searched refs:__fixunsdfdi (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { in __fixunsdfdi() function
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } in __fixunsdfdi() function
38 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) { return __fixunsdfdi(a); } in __aeabi_d2ulz()
40 COMPILER_RT_ALIAS(__fixunsdfdi, __aeabi_d2ulz)
45 COMPILER_RT_ALIAS(__fixunsdfdi, __dtou64)
H A Dfixdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
20 return -__fixunsdfdi(-a); in __fixdfdi()
22 return __fixunsdfdi(a); in __fixdfdi()
H A Dapple_versioning.c74 NOT_HERE_BEFORE_10_6(__fixunsdfdi)
253 NOT_HERE_UNTIL_AFTER_4_3(__fixunsdfdi)
H A DREADME.txt153 du_int __fixunsdfdi( double a);
/freebsd/lib/libc/quad/
H A Dfixunsdfdi.c48 __fixunsdfdi(double x) in __fixunsdfdi() function
H A DSymbol.map19 __fixunsdfdi;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc45 EXPLICIT_SYMBOL(__fixunsdfdi)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h104 #define float64_to_uint64_round_to_zero __fixunsdfdi
/freebsd/lib/libgcc_s/
H A DSymbol.map28 __fixunsdfdi;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def357 HANDLE_LIBCALL(FPTOUINT_F64_I64, "__fixunsdfdi")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt627 fun:__fixunsdfdi=uninstrumented