Home
last modified time | relevance | path

Searched refs:__eqdf2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/rs6000/
Ddarwin-ldouble.c239 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()
/freebsd-9-stable/lib/libc/softfloat/
Deqdf2.c14 flag __eqdf2(float64, float64);
17 __eqdf2(float64 a, float64 b) in __eqdf2() function
DSymbol.map31 __eqdf2;
/freebsd-9-stable/contrib/gcc/config/soft-fp/
Deqdf2.c35 int __eqdf2(DFtype a, DFtype b) in __eqdf2() function
51 strong_alias(__eqdf2, __nedf2);
/freebsd-9-stable/contrib/compiler-rt/lib/
Dcomparedf2.c117 enum LE_RESULT __eqdf2(fp_t a, fp_t b) { in __eqdf2() function
/freebsd-9-stable/contrib/gcc/
Dlibgcc-std.ver27 __eqdf2
DChangeLog-2005157 (__eqdf2, __nedf2, __gtdf2, __gedf2, __ltdf2, __ledf2): Use
/freebsd-9-stable/contrib/gcc/config/
Dfp-bit.h304 # define _eq_f2 __eqdf2
/freebsd-9-stable/contrib/gcc/doc/
Dlibgcc.texi421 @deftypefnx {Runtime Function} int __eqdf2 (double @var{a}, double @var{b})