Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundisf.c22 COMPILER_RT_ABI float __floatundisf(du_int a) { in __floatundisf() function
68 AEABI_RTABI float __aeabi_ul2f(du_int a) { return __floatundisf(a); } in __aeabi_ul2f()
70 COMPILER_RT_ALIAS(__floatundisf, __aeabi_ul2f)
H A Dmingw_fixfloat.c18 COMPILER_RT_ABI float __floatundisf(du_int a);
34 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); } in __u64tos()
H A Dapple_versioning.c94 NOT_HERE_BEFORE_10_6(__floatundisf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
H A DREADME.txt168 float __floatundisf(du_int a);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundisf.S21 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
34 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S77 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
104 END_COMPILERRT_FUNCTION(__floatundisf)
/freebsd-13.1/lib/libgcc_s/
H A DSymbol.map139 __floatundisf;
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h74 #define uint64_to_float32 __floatundisf
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def367 HANDLE_LIBCALL(UINTTOFP_I64_F32, "__floatundisf")