Searched refs:__subdf3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dsubdf3.c17 COMPILER_RT_ABI fp_t __subdf3(fp_t a, fp_t b) { function
23 AEABI_RTABI fp_t __aeabi_dsub(fp_t a, fp_t b) { return __subdf3(a, b); }
25 COMPILER_RT_ALIAS(__subdf3, __aeabi_dsub)
H A Dapple_versioning.c312 NOT_HERE_UNTIL_AFTER_4_3(__subdf3)
/freebsd-13-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h33 #define float64_sub __subdf3

Completed in 42 milliseconds