HomeSort by: relevance | last modified time | path
    Searched refs:mpz_add (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/lgpl3/gmp/dist/mpz/
fdiv_r.c 56 mpz_add (rem, rem, divisor);
fdiv_qr.c 60 mpz_add (rem, rem, divisor);
mod.c 64 mpz_add (rem, rem, divisor);
invert.c 65 mpz_add (inverse, tmp, n);
aors_ui.h 38 #define FUNCTION2 mpz_add
aors.h 0 /* mpz_add, mpz_sub -- add or subtract integers.
36 #define FUNCTION mpz_add
lucmod.c 105 mpz_add (T1, Qk, T1); /* V_k = U_k - 2Q*U_{k-1} */
bin_ui.c 117 mpz_add (r, r, n);
391 mpz_add (r, r, ni);
410 mpz_add (ni, ni, r); /* (n+1)^2+n */
  /src/external/lgpl3/gmp/dist/
gen-fib.c 61 mpz_add (f[i], f[i-1], f[i-2]);
69 mpz_add (l, f[i], f[i-1]);
70 mpz_add (l, l, f[i-1]);
  /src/external/lgpl3/mpfr/dist/src/
grandom.c 84 mpz_add (s, a, b);
113 mpz_add (xp, xp, x);
114 mpz_add (yp, yp, y);
119 mpz_add (s, a, b);
129 mpz_add (s, a, b);
172 mpz_add (xp, xp, x);
173 mpz_add (yp, yp, y);
177 mpz_add (s, a, b);
bernoulli.c 109 mpz_add (s, s, t);
121 mpz_add (s, s, t);
124 mpz_add (s, s, u);
127 mpz_add (s, s, u);
const_euler.c 114 mpz_add (s->T, t, v);
129 mpz_add (s->V, u, v);
173 mpz_add (T, T, T2);
227 mpz_add (sum->T, sum->T, sum->Q);
zeta_ui.c 169 mpz_add (s, s, q);
201 mpz_add (d, d, t);
209 mpz_add (s, s, t);
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-add.c 42 mpz_add (res, a, b);
45 fprintf (stderr, "mpz_add failed:\n");
t-aorsmul.c 48 mpz_add (ref, ref, res);
t-lucm.c 75 mpz_add (qr, qr, m);
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-inv.c 52 mpz_add (n, n, m);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-div_2exp.c 59 mpz_add (p, p, r);
76 mpz_add (p, p, r);
93 mpz_add (p, p, r);
t-limbs.c 29 /* Like mpz_add. For simplicity, support positive inputs only. */
92 check_funcs ("add", alt_add, mpz_add, a, b);
185 mpz_add (ref, a, b);
193 mpz_add (r, a2, b2);
205 mpz_add (r, mpz_roinit_n (a1, ap, an), mpz_roinit_n (b1, bp, bn));
t-lucnum_ui.c 76 mpz_add (want_ln1, want_ln1, want_ln); /* L[n+1] = L[n] + L[n-1] */
t-aorsmul.c 41 mpz_add (want, w, want);
80 mpz_add (want, w, want);
142 mpz_add (want, w, want);
182 mpz_add (want, w, want);
t-fib_ui.c 144 mpz_add (want_fn1, want_fn1, want_fn); /* F[n+1] = F[n] + F[n-1] */
t-addsub.c 1 /* Test mpz_add, mpz_sub, mpz_add_ui, mpz_sub_ui, and mpz_ui_sub.
77 mpz_add (r1, op1, op2);
80 dump_abort (i, "mpz_add or mpz_sub incorrect", op1, op2);
  /src/external/lgpl3/gmp/dist/tests/rand/
statlib.c 471 mpz_add (rop, rop, t);
587 mpz_add (tmp1, tmp1, tmp2);
606 mpz_add (tmp1, tmp1, tmp2);
663 mpz_add (U[ui_t][ui_j], U[ui_t][ui_j], tmp1); /* utj = utj + q*uij */
706 mpz_add (U[ui_j][ui_l], U[ui_j][ui_l], tmp1); /* Uj=Uj+q*Ui */
779 mpz_add (Y[ui_i], Y[ui_i], U[ui_k][ui_i]);
  /src/external/lgpl3/gmp/dist/mpq/
aors.c 105 mpq_aors (rop, op1, op2, mpz_add);

Completed in 39 milliseconds

1 2 3 4 5 6