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

/freebsd-10-stable/lib/libc/softfloat/
H A Deqdf2.c14 flag __eqdf2(float64, float64);
17 __eqdf2(float64 a, float64 b) function
H A DSymbol.map25 __eqdf2;
H A Dsoftfloat-for-gcc.h140 #define float64_eq __eqdf2
/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) function
51 strong_alias(__eqdf2, __nedf2);
/freebsd-10-stable/contrib/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)
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dcomparedf2.c12 // __eqdf2 __gedf2 __unorddf2
117 enum LE_RESULT __eqdf2(fp_t a, fp_t b) { function
/freebsd-10-stable/contrib/gcc/config/
H A Dfp-bit.h304 # define _eq_f2 __eqdf2

Completed in 182 milliseconds