Searched refs:__eqdf2 (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/lib/libc/softfloat/ |
| D | eqdf2.c | 12 flag __eqdf2(float64, float64) __dso_protected; 15 __eqdf2(float64 a, float64 b) in __eqdf2() function
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | darwin-ldouble.c | 239 extern int __eqdf2 (double, double); 259 if (__eqdf2 (a, c) == 0) in __gcc_qeq() 260 return __eqdf2 (aa, cc); in __gcc_qeq() 270 if (__eqdf2 (a, c) == 0) in __gcc_qle() 281 if (__eqdf2 (a, c) == 0) in __gcc_qge() 292 if (__eqdf2 (a, c) == 0) in __gcc_qunord()
|
| /openbsd/src/gnu/gcc/gcc/config/soft-fp/ |
| D | eqdf2.c | 35 int __eqdf2(DFtype a, DFtype b) in __eqdf2() function 51 strong_alias(__eqdf2, __nedf2);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | comparedf2.c | 50 COMPILER_RT_ALIAS(__ledf2, __eqdf2) in COMPILER_RT_ALIAS() 73 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); } in COMPILER_RT_ALIAS()
|
| D | apple_versioning.c | 240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
|
| /openbsd/src/lib/libc/arch/arm/ |
| D | Symbols.list | 6 __eqdf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | libgcc-std.ver | 27 __eqdf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | libgcc-std.ver | 27 __eqdf2
|
| D | floatlib.c | 935 __eqdf2 (double a1, double a2) in __eqdf2() function
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | libgcc-std.ver | 27 __eqdf2
|
| /openbsd/src/gnu/gcc/gcc/config/ |
| D | fp-bit.h | 304 # define _eq_f2 __eqdf2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ |
| D | fp-bit.h | 300 # define _eq_f2 __eqdf2
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | ieee754-df.S | 1522 .global __eqdf2 1524 .set __nedf2, __eqdf2 1525 .type __eqdf2, @function 1526 __eqdf2: label
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | RuntimeLibcalls.def | 386 HANDLE_LIBCALL(OEQ_F64, "__eqdf2")
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | lb1sf68.asm | 3841 | gcc expects the routines __eqdf2, __nedf2, __gtdf2, __gedf2, 3853 .globl SYM (__eqdf2) 3854 SYM (__eqdf2): 3946 | The comments above about __eqdf2, et. al., also apply to __eqsf2,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | lb1sf68.asm | 3728 | gcc expects the routines __eqdf2, __nedf2, __gtdf2, __gedf2, 3738 .globl SYM (__eqdf2) 3739 SYM (__eqdf2): 3825 | The comments above about __eqdf2, et. al., also apply to __eqsf2,
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | libgcc.texi | 421 @deftypefnx {Runtime Function} int __eqdf2 (double @var{a}, double @var{b})
|
| D | gccint.info | 622 -- Runtime Function: int __eqdf2 (double A, double B) 31158 * __eqdf2: Soft float library routines.
|