Searched refs:__eqsf2 (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/arm/ |
| D | comparesf2.S | 172 @ int __eqsf2(float a, float b) 175 DEFINE_COMPILERRT_FUNCTION(__eqsf2) 187 END_COMPILERRT_FUNCTION(__eqsf2) 189 DEFINE_COMPILERRT_FUNCTION_ALIAS(__lesf2, __eqsf2) 190 DEFINE_COMPILERRT_FUNCTION_ALIAS(__ltsf2, __eqsf2) 191 DEFINE_COMPILERRT_FUNCTION_ALIAS(__nesf2, __eqsf2)
|
| /openbsd/src/lib/libc/softfloat/ |
| D | eqsf2.c | 12 flag __eqsf2(float32, float32) __dso_protected; 15 __eqsf2(float32 a, float32 b) in __eqsf2() function
|
| /openbsd/src/gnu/gcc/gcc/config/soft-fp/ |
| D | eqsf2.c | 35 int __eqsf2(SFtype a, SFtype b) in __eqsf2() function 51 strong_alias(__eqsf2, __nesf2);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | comparesf2.c | 50 COMPILER_RT_ALIAS(__lesf2, __eqsf2) in COMPILER_RT_ALIAS() 73 int __eqsf2(fp_t a, fp_t b) { return __lesf2(a, b); } in COMPILER_RT_ALIAS()
|
| D | apple_versioning.c | 242 NOT_HERE_UNTIL_AFTER_4_3(__eqsf2)
|
| /openbsd/src/lib/libc/arch/arm/ |
| D | Symbols.list | 7 __eqsf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | libgcc-std.ver | 26 __eqsf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | libgcc-std.ver | 26 __eqsf2
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc-std.ver | 26 __eqsf2
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | ieee754-sf.S | 1097 .global __eqsf2 1099 .set __nesf2, __eqsf2 1100 .type __eqsf2, @function 1101 __eqsf2: label
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | fp-bit.h | 284 # define _eq_f2 __eqsf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | fp-bit.h | 280 # define _eq_f2 __eqsf2
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | RuntimeLibcalls.def | 385 HANDLE_LIBCALL(OEQ_F32, "__eqsf2")
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | lb1sf68.asm | 3946 | The comments above about __eqdf2, et. al., also apply to __eqsf2, 3952 .globl SYM (__eqsf2) 3953 SYM (__eqsf2):
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | lb1sf68.asm | 3825 | The comments above about __eqdf2, et. al., also apply to __eqsf2, 3831 .globl SYM (__eqsf2) 3832 SYM (__eqsf2):
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | libgcc.texi | 420 @deftypefn {Runtime Function} int __eqsf2 (float @var{a}, float @var{b})
|
| D | gccint.info | 621 -- Runtime Function: int __eqsf2 (float A, float B) 31162 * __eqsf2: Soft float library routines.
|