Searched refs:mpfr_cmp_f (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_f.c194 if (inex != 0 || mpfr_cmp_f (y, x) !=0)
226 || SAME_SIGN (expected_inex, mpfr_cmp_f (y, x)))
248 if (! SAME_SIGN (inex, -mpfr_cmp_f (y, x)))
256 inex, -mpfr_cmp_f (y, x));
312 if (! SAME_SIGN (inex, - mpfr_cmp_f (y, x)) || mpf_cmp_ui (x, i))
319 if (! SAME_SIGN (inex, - mpfr_cmp_f (y, x))
H A Dtset_f.c99 if (mpfr_cmp_f (u , z) != 0)
H A Dtgmpop.c364 res1 = mpfr_cmp_f (x, y);
367 printf ("Error for mpfr_cmp_f (NaN, 17)\n");
386 res2 = mpfr_cmp_f (x, y);
389 printf("Error for mpfr_cmp_f: res=%d sub gives %d\n",
/haiku-buildtools/gcc/mpfr/src/
H A Dgmp_op.c470 mpfr_cmp_f (mpfr_srcptr x, mpf_srcptr z) function
H A Dmpfr.h699 __MPFR_DECLSPEC int mpfr_cmp_f _MPFR_PROTO ((mpfr_srcptr, mpf_srcptr));

Completed in 104 milliseconds