| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| nussbaumer_mul.c | 66 mpn_mulmod_bnm1 (pp, rn, ap, an, bp, bn, tp);
|
| binvert.c | 96 mpn_mulmod_bnm1 (xp, m, up, newrn, rp, rn, xp + m);
|
| hgcd_reduce.c | 158 mpn_mulmod_bnm1 (tp, modn, ap, n, M->p[1][1], mn[1][1], scratch); 159 mpn_mulmod_bnm1 (sp, modn, bp, n, M->p[0][1], mn[0][1], scratch); 172 mpn_mulmod_bnm1 (sp, modn, ap, n, M->p[1][0], mn[1][0], scratch); 174 mpn_mulmod_bnm1 (tp, modn, bp, n, M->p[0][0], mn[0][0], scratch);
|
| mu_bdiv_qr.c | 122 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out); 157 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, qn, scratch_out); 202 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out); 222 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, qn, scratch_out);
|
| redc_n.c | 40 * We assume mpn_mulmod_bnm1 is always faster than plain mpn_mul_n (or a 68 mpn_mulmod_bnm1 (yp, rn, xp, n, mp, n, scratch + n + rn);
|
| mu_bdiv_q.c | 124 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out); 160 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out); 209 mpn_mulmod_bnm1 (tp, tn, dp, qn, qp, in, scratch_out);
|
| mulmod_bnm1.c | 100 mpn_mulmod_bnm1 (mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an, mp_srcptr bp, mp_size_t bn, mp_ptr tp) function 189 mpn_mulmod_bnm1 (rp, n, am1, anm, bm1, bnm, so);
|
| invertappr.c | 211 mpn_mulmod_bnm1 (xp, mn, dp - n, n, ip - rn, rn, tp);
|
| mu_div_qr.c | 293 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out);
|
| mu_divappr_q.c | 223 mpn_mulmod_bnm1 (tp, tn, dp, dn, qp, in, scratch_out);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-mulmod_bnm1.c | 73 Compare the result of the mpn_mulmod_bnm1 function in the library 169 mpn_mulmod_bnm1 ( pp, n, ap, an, bp, bn, scratch);
|
| /src/external/lgpl3/gmp/dist/tune/ |
| common.c | 1562 SPEED_ROUTINE_MPN_MULMOD_BNM1_CALL (mpn_mulmod_bnm1 (wp, s->size, s->xp, s->size, s->yp, s->size, tp)); 1574 SPEED_ROUTINE_MPN_MULMOD_BNM1_ROUNDED (mpn_mulmod_bnm1);
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 1268 #define mpn_mulmod_bnm1 __MPN(mulmod_bnm1) macro 1269 __GMP_DECLSPEC void mpn_mulmod_bnm1 (mp_ptr, mp_size_t, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);
|