Searched refs:__mulsf3 (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | mulsf3.c | 17 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)
|
| D | apple_versioning.c | 295 NOT_HERE_UNTIL_AFTER_4_3(__mulsf3)
|
| /openbsd/src/lib/libc/softfloat/ |
| D | softfloat-for-gcc.h | 28 #define float32_mul __mulsf3 50 __strong_alias(__aeabi_fmul, __mulsf3);
|
| /openbsd/src/gnu/gcc/gcc/config/soft-fp/ |
| D | mulsf3.c | 35 SFtype __mulsf3(SFtype a, SFtype b) in __mulsf3() function
|
| /openbsd/src/lib/libc/arch/arm/ |
| D | Symbols.list | 24 __mulsf3
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv-abi.h | 134 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__mulsf3,__mulf)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/ |
| D | frv-abi.h | 133 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__mulsf3,__mulf)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | libgcc-std.ver | 59 __mulsf3
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | libgcc-std.ver | 59 __mulsf3
|
| D | floatlib.c | 238 __mulsf3 (float a1, float a2) in __mulsf3() function
|
| D | FSFChangeLog | 988 (__mulsf3): Fixed rounding flaws caused wrong scaling.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc-std.ver | 59 __mulsf3
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | fp-bit.h | 281 # define multiply __mulsf3
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | fp-bit.h | 277 # define multiply __mulsf3
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | ieee754-sf.S | 570 .global __mulsf3 571 .type __mulsf3, @function 572 __mulsf3: label
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | RuntimeLibcalls.def | 100 HANDLE_LIBCALL(MUL_F32, "__mulsf3")
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | lb1sf68.asm | 2506 .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/ |
| D | lb1sf68.asm | 2412 .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/ |
| D | libgcc.texi | 251 @deftypefn {Runtime Function} float __mulsf3 (float @var{a}, float @var{b})
|
| D | gccint.info | 467 -- Runtime Function: float __mulsf3 (float A, float B) 31423 * __mulsf3: Soft float library routines.
|