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

  /src/external/lgpl3/mpfr/dist/tests/
tgmpop.c 205 mpfr_sub_z (x, x, z, (mpfr_rnd_t) r);
280 mpfr_sub_z (z, x, y, MPFR_RNDN);
1129 inex = mpfr_sub_z (x, x, z, MPFR_RNDN);
1338 test_specialz (mpfr_sub_z, mpz_sub, "sub");
1341 test_genericz (MPFR_PREC_MIN, 100, 100, mpfr_sub_z, "sub");
  /src/external/lgpl3/mpfr/dist/src/
eint.c 111 mpfr_sub_z (eps, eps, t, MPFR_RNDU);
gmp_op.c 116 mpfr_sub_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) function
sin_cos.c 519 mpfr_sub_z (x2, x2, y, MPFR_RNDN); /* should be exact */
mpfr.h 794 __MPFR_DECLSPEC int mpfr_sub_z (mpfr_ptr, mpfr_srcptr, mpz_srcptr, mpfr_rnd_t);

Completed in 56 milliseconds