Searched refs:__floatdidf (Results 1 – 12 of 12) sorted by relevance
27 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function48 COMPILER_RT_ABI double __floatdidf(di_int a) { in __floatdidf() function99 AEABI_RTABI double __aeabi_l2d(di_int a) { return __floatdidf(a); } in __aeabi_l2d()101 COMPILER_RT_ALIAS(__floatdidf, __aeabi_l2d)
15 COMPILER_RT_ABI double __floatdidf(di_int a);28 COMPILER_RT_ABI double __i64tod(di_int a) { return __floatdidf(a); } in __i64tod()
86 NOT_HERE_BEFORE_10_6(__floatdidf)259 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
160 double __floatdidf(di_int a);
25 DEFINE_COMPILERRT_FUNCTION(__floatdidf)38 END_COMPILERRT_FUNCTION(__floatdidf)
11 double __floatdidf(int64_t a) { return (double)a; } in __floatdidf() function
48 __floatdidf(quad_t x) in __floatdidf() function
22 __floatdidf;
39 __floatdidf;
51 EXPLICIT_SYMBOL(__floatdidf)
60 #define int64_to_float64 __floatdidf
350 HANDLE_LIBCALL(SINTTOFP_I64_F64, "__floatdidf")