Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dsubdf3.c17 COMPILER_RT_ABI fp_t __subdf3(fp_t a, fp_t b) { in __subdf3() function
23 AEABI_RTABI fp_t __aeabi_dsub(fp_t a, fp_t b) { return __subdf3(a, b); } in __aeabi_dsub()
25 COMPILER_RT_ALIAS(__subdf3, __aeabi_dsub)
H A Dapple_versioning.c312 NOT_HERE_UNTIL_AFTER_4_3(__subdf3)
/freebsd/lib/libc/softfloat/
H A DSymbol.map40 __subdf3;
H A Dsoftfloat-for-gcc.h32 #define float64_sub __subdf3
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def96 HANDLE_LIBCALL(SUB_F64, "__subdf3")