Home
last modified time | relevance | path

Searched refs:__extendsfdf2 (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dextendsfdf2.c15 COMPILER_RT_ABI double __extendsfdf2(float a) { in __extendsfdf2() function
22 return __extendsfdf2(a); in __aeabi_f2d()
25 AEABI_RTABI double __aeabi_f2d(float a) COMPILER_RT_ALIAS(__extendsfdf2);
H A Dapple_versioning.c251 NOT_HERE_UNTIL_AFTER_4_3(__extendsfdf2)
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dextendsfdf2.c36 DFtype __extendsfdf2(SFtype a) in __extendsfdf2() function
/freebsd-12.1/lib/libc/softfloat/
H A DSymbol.map31 __extendsfdf2;
H A Dsoftfloat-for-gcc.h114 #define float32_to_float64 __extendsfdf2
/freebsd-12.1/contrib/gcc/
H A Dlibgcc-std.ver32 __extendsfdf2
H A DChangeLog-2005164 * config/m68k/fpgnulib.c (__extendsfdf2): Handle negative zero.
6570 * config/m68k/fpgnulib.c (__extendsfdf2, __truncdfsf2): Handle
/freebsd-12.1/contrib/gcc/config/
H A Dfp-bit.h296 # define sf_to_df __extendsfdf2
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def265 HANDLE_LIBCALL(FPEXT_F32_F64, "__extendsfdf2")
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi281 @deftypefn {Runtime Function} double __extendsfdf2 (float @var{a})