Searched refs:__floatundidf (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
9 // This file implements __floatundidf for the compiler_rt library.
15 // double __floatundidf(du_int a);
37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
46 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatundidf.c1 //===-- floatundidf.c - Implement __floatundidf ---------------------------===//
9 // This file implements __floatundidf for the compiler_rt library.
27 COMPILER_RT_ABI double __floatundidf(du_int a) { function
54 COMPILER_RT_ABI double __floatundidf(du_int a) { function
102 AEABI_RTABI double __aeabi_ul2d(du_int a) { return __floatundidf(a); }
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); }
H A Dapple_versioning.c93 NOT_HERE_BEFORE_10_6(__floatundidf)
265 NOT_HERE_UNTIL_AFTER_4_3(__floatundidf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatundidf.S1 //===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
9 // This file implements __floatundidf for the compiler_rt library.
15 // double __floatundidf(du_int a);
37 DEFINE_COMPILERRT_FUNCTION(__floatundidf)
49 END_COMPILERRT_FUNCTION(__floatundidf)
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h75 #define uint64_to_float64 __floatundidf

Completed in 65 milliseconds