Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundidf.c27 COMPILER_RT_ABI double __floatundidf(du_int a) { in __floatundidf() function
54 COMPILER_RT_ABI double __floatundidf(du_int a) { in __floatundidf() function
102 AEABI_RTABI double __aeabi_ul2d(du_int a) { return __floatundidf(a); } in __aeabi_ul2d()
104 COMPILER_RT_ALIAS(__floatundidf, __aeabi_ul2d)
H A Dmingw_fixfloat.c17 COMPILER_RT_ABI double __floatundidf(du_int a);
32 COMPILER_RT_ABI double __u64tod(du_int a) { return __floatundidf(a); } in __u64tod()
H A Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatundidf)
265 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
H A DREADME.txt169 double __floatundidf(du_int a);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
46 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
49 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-13.1/lib/libgcc_s/
H A DSymbol.map138 __floatundidf;
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h75 #define uint64_to_float64 __floatundidf
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def368 HANDLE_LIBCALL(UINTTOFP_I64_F64, "__floatundidf")