Searched refs:__muldf3 (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dmuldf3.c17 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) { return __mulXf3__(a, b); } function
21 AEABI_RTABI fp_t __aeabi_dmul(fp_t a, fp_t b) { return __muldf3(a, b); }
23 COMPILER_RT_ALIAS(__muldf3, __aeabi_dmul)
H A Dapple_versioning.c291 NOT_HERE_UNTIL_AFTER_4_3(__muldf3)
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dmuldf3.c35 DFtype __muldf3(DFtype a, DFtype b) function
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-for-gcc.h29 #define float64_mul __muldf3
51 __strong_alias(__aeabi_dmul, __muldf3);
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv-abi.h120 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__muldf3,__muld)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-abi.h119 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__muldf3,__muld)
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h301 # define multiply __muldf3
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h297 # define multiply __muldf3
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c785 __muldf3 (double a1, double a2) function
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S728 .global __muldf3
729 .type __muldf3, @function
730 __muldf3: label
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm598 .globl SYM (__muldf3)
1403 | __muldf3
1406 | double __muldf3(double, double);
1407 SYM (__muldf3):
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.asm528 .globl SYM (__muldf3)
1327 | __muldf3
1330 | double __muldf3(double, double);
1331 SYM (__muldf3):
1972 | This is a common exit point for __muldf3 and __divdf3. When they enter

Completed in 746 milliseconds