Home
last modified time | relevance | path

Searched refs:__mulsf3 (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dmulsf3.c17 COMPILER_RT_ABI fp_t __mulsf3(fp_t a, fp_t b) { return __mulXf3__(a, b); } in __mulsf3() function
21 AEABI_RTABI fp_t __aeabi_fmul(fp_t a, fp_t b) { return __mulsf3(a, b); } in __aeabi_fmul()
23 COMPILER_RT_ALIAS(__mulsf3, __aeabi_fmul)
Dapple_versioning.c295 NOT_HERE_UNTIL_AFTER_4_3(__mulsf3)
/openbsd/src/lib/libc/softfloat/
Dsoftfloat-for-gcc.h28 #define float32_mul __mulsf3
50 __strong_alias(__aeabi_fmul, __mulsf3);
/openbsd/src/gnu/gcc/gcc/config/soft-fp/
Dmulsf3.c35 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3() function
/openbsd/src/lib/libc/arch/arm/
DSymbols.list24 __mulsf3
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv-abi.h134 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__mulsf3,__mulf)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv-abi.h133 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__mulsf3,__mulf)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dlibgcc-std.ver59 __mulsf3
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlibgcc-std.ver59 __mulsf3
Dfloatlib.c238 __mulsf3 (float a1, float a2) in __mulsf3() function
DFSFChangeLog988 (__mulsf3): Fixed rounding flaws caused wrong scaling.
/openbsd/src/gnu/gcc/gcc/
Dlibgcc-std.ver59 __mulsf3
/openbsd/src/gnu/gcc/gcc/config/
Dfp-bit.h281 # define multiply __mulsf3
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.h277 # define multiply __mulsf3
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dieee754-sf.S570 .global __mulsf3
571 .type __mulsf3, @function
572 __mulsf3: label
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DRuntimeLibcalls.def100 HANDLE_LIBCALL(MUL_F32, "__mulsf3")
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dlb1sf68.asm2506 .globl SYM (__mulsf3)
3070 | __mulsf3
3073 | float __mulsf3(float, float);
3074 SYM (__mulsf3):
3498 | This is a common exit point for __mulsf3 and __divsf3.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dlb1sf68.asm2412 .globl SYM (__mulsf3)
2973 | __mulsf3
2976 | float __mulsf3(float, float);
2977 SYM (__mulsf3):
3401 | This is a common exit point for __mulsf3 and __divsf3.
/openbsd/src/gnu/gcc/gcc/doc/
Dlibgcc.texi251 @deftypefn {Runtime Function} float __mulsf3 (float @var{a}, float @var{b})
Dgccint.info467 -- Runtime Function: float __mulsf3 (float A, float B)
31423 * __mulsf3: Soft float library routines.