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

  /src/external/lgpl3/mpfr/dist/src/
eint.c 109 mpfr_add_z (eps, eps, t, MPFR_RNDU);
140 mpfr_add_z (eps, eps, t, MPFR_RNDU);
gmp_op.c 107 mpfr_add_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) function
yn.c 64 mpfr_add_z (s, s, f, MPFR_RNDN);
mpfr.h 793 __MPFR_DECLSPEC int mpfr_add_z (mpfr_ptr, mpfr_srcptr, mpz_srcptr, mpfr_rnd_t);
  /src/external/lgpl3/mpfr/dist/tests/
tgmpop.c 197 mpfr_add_z (x, x, z, (mpfr_rnd_t) r);
1120 inex = mpfr_add_z (x, x, z, MPFR_RNDN);
1337 test_specialz (mpfr_add_z, mpz_add, "add");
1340 test_genericz (MPFR_PREC_MIN, 100, 100, mpfr_add_z, "add");

Completed in 138 milliseconds