Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdidf.c27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function
52 COMPILER_RT_ABI double __floatdidf(di_int a) { return __floatXiYf__(a); } in __floatdidf() function
57 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); } in __aeabi_l2d()
59 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
64 COMPILER_RT_ALIAS(__floatdidf, __i64tod)
H A Dapple_versioning.c86 NOT_HERE_BEFORE_10_6(__floatdidf)
259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
H A DREADME.txt163 double __floatdidf(di_int a);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdidf.S25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
38 END_COMPILERRT_FUNCTION(__floatdidf)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
/freebsd-14.2/lib/libc/quad/
H A Dfloatdidf.c45 __floatdidf(quad_t x) in __floatdidf() function
H A DSymbol.map18 __floatdidf;
/freebsd-14.2/lib/libgcc_s/
H A DSymbol.map38 __floatdidf;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__floatdidf)
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h59 #define int64_to_float64 __floatdidf
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def376 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")