Searched refs:__floatdisf (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; } function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfloatdisf.S7 // float __floatdisf(di_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)
31 END_COMPILERRT_FUNCTION(__floatdisf)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatdisf.c1 //===-- floatdisf.c - Implement __floatdisf -------------------------------===//
9 // This file implements __floatdisf for the compiler_rt library.
22 COMPILER_RT_ABI float __floatdisf(di_int a) { function
71 AEABI_RTABI float __aeabi_l2f(di_int a) { return __floatdisf(a); }
73 COMPILER_RT_ALIAS(__floatdisf, __aeabi_l2f)
H A Dmingw_fixfloat.c16 COMPILER_RT_ABI float __floatdisf(di_int a);
30 COMPILER_RT_ABI float __i64tos(di_int a) { return __floatdisf(a); }
H A Dapple_versioning.c87 NOT_HERE_BEFORE_10_6(__floatdisf)
260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
/freebsd-13-stable/lib/libc/quad/
H A Dfloatdisf.c48 __floatdisf(quad_t x) function
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h59 #define int64_to_float32 __floatdisf

Completed in 99 milliseconds