Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dextendsfdf2.c13 COMPILER_RT_ABI double __extendsfdf2(float a) { return __extendXfYf2__(a); } in __extendsfdf2() function
17 AEABI_RTABI double __aeabi_f2d(float a) { return __extendsfdf2(a); } in __aeabi_f2d()
19 COMPILER_RT_ALIAS(__extendsfdf2, __aeabi_f2d)
H A Dapple_versioning.c244 NOT_HERE_UNTIL_AFTER_4_3(__extendsfdf2)
/freebsd/lib/libc/softfloat/
H A DSymbol.map21 __extendsfdf2;
H A Dsoftfloat-for-gcc.h113 #define float32_to_float64 __extendsfdf2
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def350 HANDLE_LIBCALL(FPEXT_F32_F64, "__extendsfdf2")