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

  /src/external/lgpl3/mpfr/dist/tests/
tget_f.c 193 if (inex != 0 || mpfr_cmp_f (y, x) != 0)
225 || SAME_SIGN (expected_inex, mpfr_cmp_f (y, x)))
247 if (! SAME_SIGN (inex, -mpfr_cmp_f (y, x)))
255 inex, -mpfr_cmp_f (y, x));
311 if (! SAME_SIGN (inex, - mpfr_cmp_f (y, x)) || mpf_cmp_ui (x, i))
318 if (! SAME_SIGN (inex, - mpfr_cmp_f (y, x))
tset_f.c 97 if (mpfr_cmp_f (u, z) != 0)
tgmpop.c 438 res1 = mpfr_cmp_f (x, y);
441 printf ("Error for mpfr_cmp_f (NaN, 17)\n");
460 res2 = mpfr_cmp_f (x, y);
463 printf("Error for mpfr_cmp_f: res=%d sub gives %d\n",
  /src/external/lgpl3/mpfr/dist/src/
gmp_op.c 500 mpfr_cmp_f (mpfr_srcptr x, mpf_srcptr z) function
mpfr.h 492 __MPFR_DECLSPEC int mpfr_cmp_f (mpfr_srcptr, mpf_srcptr);

Completed in 49 milliseconds