Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdisf.c26 COMPILER_RT_ABI float __floatdisf(di_int a) { return __floatXiYf__(a); } in __floatdisf() function
30 AEABI_RTABI float __aeabi_l2f(di_int a) { return __floatdisf(a); } in __aeabi_l2f()
32 COMPILER_RT_ALIAS(__floatdisf, __aeabi_l2f)
37 COMPILER_RT_ALIAS(__floatdisf, __i64tos)
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__floatdisf)
260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
H A DREADME.txt162 float __floatdisf(di_int a);
/src/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
31 END_COMPILERRT_FUNCTION(__floatdisf)
/src/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
/src/lib/libc/quad/
H A Dfloatdisf.c42 __floatdisf(quad_t x) in __floatdisf() function
H A DSymbol.map38 __floatdisf;
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc54 EXPLICIT_SYMBOL(__floatdisf)
/src/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h58 #define int64_to_float32 __floatdisf
/src/lib/libgcc_s/
H A DSymbol.map42 __floatdisf;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def411 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")