Searched refs:__eqdf2 (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/lib/libc/softfloat/
H A Deqdf2.c12 flag __eqdf2(float64, float64) __dso_protected;
15 __eqdf2(float64 a, float64 b) function
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) function
51 strong_alias(__eqdf2, __nedf2);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dcomparedf2.c11 // __eqdf2 __gedf2 __unorddf2
50 COMPILER_RT_ALIAS(__ledf2, __eqdf2)
73 int __eqdf2(fp_t a, fp_t b) { return __ledf2(a, b); }
H A Dapple_versioning.c240 NOT_HERE_UNTIL_AFTER_4_3(__eqdf2)
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble.c239 extern int __eqdf2 (double, double);
259 if (__eqdf2 (a, c) == 0)
260 return __eqdf2 (aa, cc);
270 if (__eqdf2 (a, c) == 0)
281 if (__eqdf2 (a, c) == 0)
292 if (__eqdf2 (a, c) == 0)
/openbsd-current/gnu/gcc/gcc/config/
H A Dfp-bit.h304 # define _eq_f2 __eqdf2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h300 # define _eq_f2 __eqdf2
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-df.S1522 .global __eqdf2
1524 .set __nedf2, __eqdf2
1525 .type __eqdf2, @function
1526 __eqdf2: label
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c935 __eqdf2 (double a1, double a2) function
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm3841 | 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-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm3728 | 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,

Completed in 130 milliseconds