Searched refs:__floatdisf (Results 1 – 11 of 11) sorted by relevance
26 COMPILER_RT_ABI float __floatdisf(di_int a) { return __floatXiYf__(a); } in __floatdisf() function30 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)
87 NOT_HERE_BEFORE_10_6(__floatdisf)260 NOT_HERE_UNTIL_AFTER_4_3(__floatdisf)
162 float __floatdisf(di_int a);
20 DEFINE_COMPILERRT_FUNCTION(__floatdisf)31 END_COMPILERRT_FUNCTION(__floatdisf)
9 float __floatdisf(int64_t a) { return (float)a; } in __floatdisf() function
42 __floatdisf(quad_t x) in __floatdisf() function
38 __floatdisf;
54 EXPLICIT_SYMBOL(__floatdisf)
58 #define int64_to_float32 __floatdisf
42 __floatdisf;
411 HANDLE_LIBCALL(SINTTOFP_I64_F32, "__floatdisf")