HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_cmp_z (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
gmp_op.c 134 mpfr_cmp_z (mpfr_srcptr x, mpz_srcptr z) function
490 res = mpfr_cmp_z (t, mpq_numref (q));
mpf2mpfr.h 64 #define mpf_cmp_z mpfr_cmp_z
mpfr.h 796 __MPFR_DECLSPEC int mpfr_cmp_z (mpfr_srcptr, mpz_srcptr);
  /src/external/lgpl3/mpfr/dist/tests/
tget_z.c 156 ex_inex = - mpfr_cmp_z (f, ex);
tgmpop.c 262 res1 = mpfr_cmp_z (x, y);
265 printf ("Error for mpfr_cmp_z (NaN, 17)\n");
282 res2 = mpfr_cmp_z (x, y);
285 printf("Error for mpfr_cmp_z: res=%d sub_z gives %d\n",
1139 if (mpfr_cmp_z (x, z) <= 0)
1302 /* coverage for mpfr_cmp_z in case of overflow */
1309 cmp = mpfr_cmp_z (x, z);
1314 /* coverage for mpfr_cmp_z in case of underflow */
1320 cmp = mpfr_cmp_z (x, z);

Completed in 24 milliseconds