Searched refs:__floatundisf (Results 1 – 9 of 9) sorted by relevance
22 COMPILER_RT_ABI float __floatundisf(du_int a) { in __floatundisf() function68 AEABI_RTABI float __aeabi_ul2f(du_int a) { return __floatundisf(a); } in __aeabi_ul2f()70 COMPILER_RT_ALIAS(__floatundisf, __aeabi_ul2f)
18 COMPILER_RT_ABI float __floatundisf(du_int a);34 COMPILER_RT_ABI float __u64tos(du_int a) { return __floatundisf(a); } in __u64tos()
94 NOT_HERE_BEFORE_10_6(__floatundisf)266 NOT_HERE_UNTIL_AFTER_4_3(__floatundisf)
168 float __floatundisf(du_int a);
21 DEFINE_COMPILERRT_FUNCTION(__floatundisf)34 END_COMPILERRT_FUNCTION(__floatundisf)
77 DEFINE_COMPILERRT_FUNCTION(__floatundisf)104 END_COMPILERRT_FUNCTION(__floatundisf)
139 __floatundisf;
74 #define uint64_to_float32 __floatundisf
367 HANDLE_LIBCALL(UINTTOFP_I64_F32, "__floatundisf")