Home
last modified time | relevance | path

Searched refs:MPN_INCR_U (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmulmod_bnm1.c58 MPN_INCR_U (rp, rn, cy); in mpn_bc_mulmod_bnm1()
79 MPN_INCR_U (rp, rn+1, cy); in mpn_bc_mulmod_bnp1()
119 MPN_INCR_U (rp, rn, cy); in mpn_mulmod_bnm1()
170 MPN_INCR_U (xp, n, cy); in mpn_mulmod_bnm1()
177 MPN_INCR_U (so, n, cy); in mpn_mulmod_bnm1()
203 MPN_INCR_U (sp1, n + 1, cy); in mpn_mulmod_bnm1()
209 MPN_INCR_U (sp1 + n + 1, n + 1, cy); in mpn_mulmod_bnm1()
239 MPN_INCR_U (xp, n+1, cy); in mpn_mulmod_bnm1()
295 MPN_INCR_U(rp, n, cy); in mpn_mulmod_bnm1()
Dsqrmod_bnm1.c57 MPN_INCR_U (rp, rn, cy); in mpn_bc_sqrmod_bnm1()
77 MPN_INCR_U (rp, rn+1, cy); in mpn_bc_sqrmod_bnp1()
114 MPN_INCR_U (rp, rn, cy); in mpn_sqrmod_bnm1()
154 MPN_INCR_U (xp, n, cy); in mpn_sqrmod_bnm1()
176 MPN_INCR_U (sp1, n + 1, cy); in mpn_sqrmod_bnm1()
202 MPN_INCR_U (xp, n+1, cy); in mpn_sqrmod_bnm1()
258 MPN_INCR_U(rp, n, cy); in mpn_sqrmod_bnm1()
Dtoom_interpolate_6pts.c179 MPN_INCR_U (pp + 3 * n + 1, n, cy); in mpn_toom_interpolate_6pts()
203 MPN_INCR_U (w1 + n, n + 1, cy); in mpn_toom_interpolate_6pts()
226 MPN_INCR_U (pp + 4 * n, w0n + n, cy4 - cy6); in mpn_toom_interpolate_6pts()
230 MPN_INCR_U (w0 + n, w0n - n, cy6); in mpn_toom_interpolate_6pts()
232 MPN_INCR_U (pp + 4 * n, w0n + n, cy4); in mpn_toom_interpolate_6pts()
Dtoom_interpolate_7pts.c251 MPN_INCR_U (w2 + n + 1, n , cy); in mpn_toom_interpolate_7pts()
253 MPN_INCR_U (w3 + n, n + 1, w2[2*n] + cy); in mpn_toom_interpolate_7pts()
255 MPN_INCR_U (w4 + n, n + 1, w3[2*n] + cy); in mpn_toom_interpolate_7pts()
257 MPN_INCR_U (w5 + n, n + 1, w4[2*n] + cy); in mpn_toom_interpolate_7pts()
261 MPN_INCR_U (rp + 7*n + 1, w6n - n - 1, cy); in mpn_toom_interpolate_7pts()
Dmulmid.c90 MPN_INCR_U (rp + 1, k + 1, t1 + cy); in mpn_mulmid()
102 MPN_INCR_U (rp + 1, an - bn + 2, t1 + cy); in mpn_mulmid()
238 MPN_INCR_U (rp + 1, bn + 1, t1 + cy); in mpn_mulmid()
252 MPN_INCR_U (rp + 1, rn + 1, t1 + cy); in mpn_mulmid()
Dtoom_interpolate_12pts.c333 MPN_INCR_U (r5 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
336 MPN_INCR_U (pp + n3 + n, 2 * n + 1, cy); in mpn_toom_interpolate_12pts()
343 MPN_INCR_U (r3 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
346 MPN_INCR_U (pp + 8 * n, 2 * n + 1, cy); in mpn_toom_interpolate_12pts()
354 MPN_INCR_U (pp + 4 * n3, spt - n, cy); in mpn_toom_interpolate_12pts()
359 MPN_INCR_U (r1 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
362 MPN_INCR_U (pp + 4 * n3, spt - n, cy); in mpn_toom_interpolate_12pts()
Dtoom_interpolate_16pts.c493 MPN_INCR_U (r7 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
496 MPN_INCR_U (pp + 4 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
503 MPN_INCR_U (r5 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
506 MPN_INCR_U (pp + 8 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
513 MPN_INCR_U (r3 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
516 MPN_INCR_U (pp +12 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
524 MPN_INCR_U (pp + 16 * n, spt - n, cy); in mpn_toom_interpolate_16pts()
529 MPN_INCR_U (r1 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
532 MPN_INCR_U (pp + 16 * n, spt - n, cy); in mpn_toom_interpolate_16pts()
Dtoom_interpolate_5pts.c131 MPN_INCR_U (c3 + 1, twor + k - 1, cy); /* 2n-(3k+1) = 2r+k-1 */ in mpn_toom_interpolate_5pts()
168 MPN_INCR_U (c3 + kk1, twor - k - 1, cy); /* 2n-(5k+1) = 2r-k-1 */ in mpn_toom_interpolate_5pts()
195 MPN_INCR_U (vinf, twor, vinf0); /* Add vinf0, propagate carry. */ in mpn_toom_interpolate_5pts()
Dtoom_interpolate_8pts.c187 MPN_INCR_U (r7 + n, 2*n + 1, 1); in mpn_toom_interpolate_8pts()
200 MPN_INCR_U (r5 + n + 1, 2*n, cy); in mpn_toom_interpolate_8pts()
205 MPN_INCR_U (r3 + 2*n, n + 1, cy); in mpn_toom_interpolate_8pts()
208 MPN_INCR_U (pp + 8*n, spt - n, cy + r3[3*n]); in mpn_toom_interpolate_8pts()
Dtoom2_sqr.c141 MPN_INCR_U (pp + 2 * n, s + s, cy2); in mpn_toom2_sqr()
142 MPN_INCR_U (pp + 3 * n, s + s - n, cy); in mpn_toom2_sqr()
Dtoom32_mul.c256 MPN_INCR_U (v1 + n, n + 1, cy + v1[2*n]); in mpn_toom32_mul()
264 MPN_INCR_U (v1 + n, n+1, hi); in mpn_toom32_mul()
318 MPN_INCR_U (pp + 4*n, s+t-n, hi); in mpn_toom32_mul()
Dtoom_eval_pm2exp.c73 MPN_INCR_U (tp + hn, n+1 - hn, cy); in mpn_toom_eval_pm2exp()
78 MPN_INCR_U (xp2 + hn, n+1 - hn, cy); in mpn_toom_eval_pm2exp()
Dtoom22_mul.c218 MPN_INCR_U (pp + 2 * n, s + t, cy2); in mpn_toom22_mul()
220 MPN_INCR_U (pp + 3 * n, s + t - n, cy); in mpn_toom22_mul()
Dtoom53_mul.c126 MPN_INCR_U (ash + s, n+1-s, cy2); in mpn_toom53_mul()
183 MPN_INCR_U (bs2 + t, n+1-t, cy); in mpn_toom53_mul()
219 MPN_INCR_U (bsh + t, n+1-t, cy2); in mpn_toom53_mul()
Dtoom44_mul.c178 MPN_INCR_U (apx + s, n+1-s, cy2); in mpn_toom44_mul()
200 MPN_INCR_U (bpx + t, n+1-t, cy2); in mpn_toom44_mul()
Dhgcd_reduce.c150 MPN_INCR_U (ap, modn, cy); in hgcd_matrix_apply()
153 MPN_INCR_U (bp, modn, cy); in hgcd_matrix_apply()
Ddiv_qr_1n_pi1.c254 MPN_INCR_U (qp+j+2, n-j-2, q2); in mpn_div_qr_1n_pi1()
269 MPN_INCR_U (qp+1, n-1, q1); in mpn_div_qr_1n_pi1()
Dinvertappr.c262 MPN_INCR_U(ip - rn, rn, CNST_LIMB (1)); in mpn_ni_invertappr()
272 MPN_INCR_U (ip - rn, rn, cy); in mpn_ni_invertappr()
Dinvert.c83 MPN_INCR_U (ip, n, e); in mpn_invert()
Dfib2_ui.c134 MPN_INCR_U(fp, size + 1, (n & mask ? 0 : 2)); /* possible +2 */ in mpn_fib2_ui()
/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-iord_u.c108 MPN_INCR_U (got, SIZE, data[i].n); in check_incr_data()
116 MPN_INCR_U (got, SIZE, CNST_LIMB(1)); in check_incr_data()
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dclrbit.c96 MPN_INCR_U (dp + limb_idx + 1, dsize - limb_idx, 1); in mpz_clrbit()
Dcombit.c63 MPN_INCR_U (dp + limb_index, 1 + dsize - limb_index, bit); in mpz_combit()
Dxor.c139 MPN_INCR_U (res_ptr, res_size + 1, (mp_limb_t) 1); in mpz_xor()
Dior.c109 MPN_INCR_U (res_ptr, res_size + 1, 1); in mpz_ior()

12