Searched refs:__truncdfsf2 (Results 1 – 20 of 20) sorted by relevance
13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); } in __truncdfsf2() function17 AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); } in __aeabi_d2f()19 COMPILER_RT_ALIAS(__truncdfsf2, __aeabi_d2f)
318 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
43 #define float64_to_float32 __truncdfsf267 __strong_alias(__aeabi_d2f, __truncdfsf2);
189 __truncdfsf2 (double a1) in __truncdfsf2() function274 float __truncdfsf2 (double);348 float foo = __truncdfsf2 (__truncxfdf2 (ld)); in __truncxfsf2()
36 SFtype __truncdfsf2(DFtype a) in __truncdfsf2() function
274 __truncdfsf2 (double a1) in __truncdfsf2() function373 float __truncdfsf2 (double);470 float foo = __truncdfsf2 (__truncxfdf2 (ld)); in __truncxfsf2()
31 __truncdfsf2
98 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
97 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__truncdfsf2,__dtof)
75 __truncdfsf2
498 __truncdfsf2 (double a1) in __truncdfsf2() function
991 (__truncdfsf2): Fixed normalization problems
316 # define df_to_sf __truncdfsf2
312 # define df_to_sf __truncdfsf2
2193 .global __truncdfsf22194 .type __truncdfsf2, @function2195 __truncdfsf2: label
301 HANDLE_LIBCALL(FPROUND_F64_F32, "__truncdfsf2")
289 @deftypefnx {Runtime Function} float __truncdfsf2 (double @var{a})
504 -- Runtime Function: float __truncdfsf2 (double A)31523 * __truncdfsf2: Soft float library routines.