Searched refs:__divdf3 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Ddivdf3.c35 DFtype __divdf3(DFtype a, DFtype b) function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivdf3.c21 COMPILER_RT_ABI fp_t __divdf3(fp_t a, fp_t b) { function
206 AEABI_RTABI fp_t __aeabi_ddiv(fp_t a, fp_t b) { return __divdf3(a, b); }
208 COMPILER_RT_ALIAS(__divdf3, __aeabi_ddiv)
H A Dapple_versioning.c233 NOT_HERE_UNTIL_AFTER_4_3(__divdf3)
/freebsd-12-stable/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h43 #define float64_div __divdf3
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dlib1funcs.asm84 .global __divdf3
85 .proc __divdf3
86 __divdf3: label
113 .endp __divdf3
/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h302 # define divide __divdf3

Completed in 220 milliseconds