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

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Ddivdf3.c21 COMPILER_RT_ABI fp_t __divdf3(fp_t a, fp_t b) { return __divXf3__(a, b); } function
25 AEABI_RTABI fp_t __aeabi_ddiv(fp_t a, fp_t b) { return __divdf3(a, b); }
27 COMPILER_RT_ALIAS(__divdf3, __aeabi_ddiv)
H A Dapple_versioning.c233 NOT_HERE_UNTIL_AFTER_4_3(__divdf3)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Ddivdf3.c35 DFtype __divdf3(DFtype a, DFtype b) function
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h31 #define float64_div __divdf3
53 __strong_alias(__aeabi_ddiv, __divdf3);
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h124 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__divdf3,__divd)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h123 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__divdf3,__divd)
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dlib1funcs.asm84 .global __divdf3
85 .proc __divdf3
86 __divdf3: label
113 .endp __divdf3
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dlib1funcs.asm53 .global __divdf3
54 .proc __divdf3
55 __divdf3: label
82 .endp __divdf3
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h302 # define divide __divdf3
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h298 # define divide __divdf3
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c839 __divdf3 (double a1, double a2) function
/openbsd-current/gnu/usr.bin/cc/libgcc/
H A DMakefile160 LIB1ASMFUNCS = __divxf3 __divdf3 __divsf3 \
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S1318 .global __divdf3
1319 .type __divdf3, @function
1320 __divdf3: label
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm599 .globl SYM (__divdf3)
1735 | __divdf3
1738 | double __divdf3(double, double);
1739 SYM (__divdf3):
2048 | This is a common exit point for __muldf3 and __divdf3. When they enter
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm529 .globl SYM (__divdf3)
1659 | __divdf3
1662 | double __divdf3(double, double);
1663 SYM (__divdf3):
1972 | This is a common exit point for __muldf3 and __divdf3. When they enter

Completed in 302 milliseconds