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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/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.c302 res2 = mpfr_cmp_f (x, y);
305 printf("Error for mpfr_cmp_f: res=%d sub gives %d\n",
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dgmp_op.c311 mpfr_cmp_f (mpfr_srcptr x, mpf_srcptr z) function
H A Dmpfr.h700 __MPFR_DECLSPEC int mpfr_cmp_f _MPFR_PROTO ((mpfr_srcptr, mpf_srcptr));

Completed in 80 milliseconds