Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundisf.c26 COMPILER_RT_ABI float __floatundisf(du_int a) { return __floatXiYf__(a); } in __floatundisf() function
30 AEABI_RTABI float __aeabi_ul2f(du_int a) { return __floatundisf(a); } in __aeabi_ul2f()
32 COMPILER_RT_ALIAS(__floatundisf, __aeabi_ul2f)
37 COMPILER_RT_ALIAS(__floatundisf, __u64tos)
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatundisf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
H A DREADME.txt172 float __floatundisf(du_int a);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundisf.S21 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
34 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S77 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
104 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h73 #define uint64_to_float32 __floatundisf
/freebsd/lib/libgcc_s/
H A DSymbol.map174 __floatundisf;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def393 HANDLE_LIBCALL(UINTTOFP_I64_F32, "__floatundisf")