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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dextendsfdf2.c13 COMPILER_RT_ABI double __extendsfdf2(float a) { return __extendXfYf2__(a); } function
17 AEABI_RTABI double __aeabi_f2d(float a) { return __extendsfdf2(a); }
19 COMPILER_RT_ALIAS(__extendsfdf2, __aeabi_f2d)
H A Dapple_versioning.c244 NOT_HERE_UNTIL_AFTER_4_3(__extendsfdf2)
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dextendsfdf2.c36 DFtype __extendsfdf2(SFtype a) function
/freebsd-12-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h114 #define float32_to_float64 __extendsfdf2
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h296 # define sf_to_df __extendsfdf2

Completed in 168 milliseconds