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

  /src/external/lgpl3/mpc/dist/src/
sum.c 36 inex_re = mpfr_sum (mpc_realref (sum), t, n, MPC_RND_RE (rnd));
39 inex_im = mpfr_sum (mpc_imagref (sum), t, n, MPC_RND_IM (rnd));
dot.c 65 inex_re = mpfr_sum (re_res, t, 2 * n, MPC_RND_RE (rnd));
79 inex_im = mpfr_sum (mpc_imagref (res), t, 2 * n, MPC_RND_IM (rnd));
fma.c 44 inex_re = mpfr_sum (mpc_realref (r), sum, 3, MPC_RND_RE (rnd));
48 inex_im = mpfr_sum (mpc_imagref (r), sum, 3, MPC_RND_IM (rnd));
  /src/external/lgpl3/mpfr/dist/tests/
tsum.c 125 mpfr_sum (sum2, p, n, MPFR_RNDF);
143 inex2 = mpfr_sum (sum2, p, n, (mpfr_rnd_t) rnd_mode);
189 i = mpfr_sum (r, tabp, 3, MPFR_RNDN);
211 i = mpfr_sum (r, tabp, 0, MPFR_RNDN);
219 i = mpfr_sum (r, tabp, 1, MPFR_RNDN);
228 i = mpfr_sum (r, tabp, 3, MPFR_RNDN);
237 i = mpfr_sum (r, tabp, 3, MPFR_RNDN);
246 i = mpfr_sum (r, tabp, 3, MPFR_RNDN);
254 i = mpfr_sum (r, tabp, 2, MPFR_RNDN);
262 i = mpfr_sum (r, tabp, 3, MPFR_RNDN)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
dot.c 53 inex = mpfr_sum (res, tab, n, rnd);
sum.c 1267 mpfr_sum (mpfr_ptr sum, const mpfr_ptr *x, unsigned long n, mpfr_rnd_t rnd) function
mpfr.h 806 __MPFR_DECLSPEC int mpfr_sum (mpfr_ptr, const mpfr_ptr *, unsigned long,

Completed in 19 milliseconds