Searched refs:__truncdfsf2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dtruncdfsf2.c13 COMPILER_RT_ABI float __truncdfsf2(double a) { return __truncXfYf2__(a); } function
17 AEABI_RTABI float __aeabi_d2f(double a) { return __truncdfsf2(a); }
19 COMPILER_RT_ALIAS(__truncdfsf2, __aeabi_d2f)
H A Dapple_versioning.c318 NOT_HERE_UNTIL_AFTER_4_3(__truncdfsf2)
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dtruncdfsf2.c36 SFtype __truncdfsf2(DFtype a) function
/freebsd-12-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h124 #define float64_to_float32 __truncdfsf2
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h316 # define df_to_sf __truncdfsf2

Completed in 123 milliseconds