Searched refs:mpfr_cmp_z (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtget_z.c114 if (! SAME_SIGN (inex, - mpfr_cmp_z (f, z)))
119 printf (" want %+d\n", -mpfr_cmp_z (f, z));
H A Dtgmpop.c224 res2 = mpfr_cmp_z (x, y);
227 printf("Error for mpfr_cmp_z: res=%d sub_z gives %d\n",
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dgmp_op.c89 mpfr_cmp_z (mpfr_srcptr x, mpz_srcptr z) function
305 res = mpfr_cmp_z (t, mpq_numref (z) );
H A Dmpfr.h688 __MPFR_DECLSPEC int mpfr_cmp_z _MPFR_PROTO ((mpfr_srcptr, mpz_srcptr));

Completed in 66 milliseconds