Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
HDmulmod_bnm1.c48 MPN_INCR_U (rp, rn, cy); in mpn_bc_mulmod_bnm1()
69 MPN_INCR_U (rp, rn+1, cy ); in mpn_bc_mulmod_bnp1()
109 MPN_INCR_U (rp, rn, cy); in mpn_mulmod_bnm1()
158 MPN_INCR_U (xp, n, cy); in mpn_mulmod_bnm1()
164 MPN_INCR_U (xp + n, n, cy); in mpn_mulmod_bnm1()
196 MPN_INCR_U (sp1, n + 1, cy); in mpn_mulmod_bnm1()
207 MPN_INCR_U (sp1 + n + 1, n + 1, cy); in mpn_mulmod_bnm1()
236 MPN_INCR_U (xp, n+1, cy); in mpn_mulmod_bnm1()
292 MPN_INCR_U(rp, n, cy); in mpn_mulmod_bnm1()
HDsqrmod_bnm1.c47 MPN_INCR_U (rp, rn, cy); in mpn_bc_sqrmod_bnm1()
67 MPN_INCR_U (rp, rn+1, cy ); in mpn_bc_sqrmod_bnp1()
104 MPN_INCR_U (rp, rn, cy); in mpn_sqrmod_bnm1()
144 MPN_INCR_U (xp, n, cy); in mpn_sqrmod_bnm1()
166 MPN_INCR_U (sp1, n + 1, cy); in mpn_sqrmod_bnm1()
192 MPN_INCR_U (xp, n+1, cy); in mpn_sqrmod_bnm1()
248 MPN_INCR_U(rp, n, cy); in mpn_sqrmod_bnm1()
HDtoom_interpolate_6pts.c167 MPN_INCR_U (pp + 3 * n + 1, n, cy); in mpn_toom_interpolate_6pts()
191 MPN_INCR_U (w1 + n, n + 1, cy); in mpn_toom_interpolate_6pts()
214 MPN_INCR_U (pp + 4 * n, w0n + n, cy4 - cy6); in mpn_toom_interpolate_6pts()
218 MPN_INCR_U (w0 + n, w0n - n, cy6); in mpn_toom_interpolate_6pts()
220 MPN_INCR_U (pp + 4 * n, w0n + n, cy4); in mpn_toom_interpolate_6pts()
HDtoom_interpolate_12pts.c309 MPN_INCR_U (r5 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
312 MPN_INCR_U (pp + n3 + n, 2 * n + 1, cy); in mpn_toom_interpolate_12pts()
319 MPN_INCR_U (r3 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
322 MPN_INCR_U (pp + 8 * n, 2 * n + 1, cy); in mpn_toom_interpolate_12pts()
330 MPN_INCR_U (pp + 4 * n3, spt - n, cy); in mpn_toom_interpolate_12pts()
335 MPN_INCR_U (r1 + 2 * n, n + 1, cy); in mpn_toom_interpolate_12pts()
338 MPN_INCR_U (pp + 4 * n3, spt - n, cy); in mpn_toom_interpolate_12pts()
HDinvertappr.c228 MPN_INCR_U (xp + n - (mn - rn), mn + 1 - n + (mn - rn), cy); in mpn_ni_invertappr()
233 MPN_INCR_U (xp, mn, xp[mn] - 1); in mpn_ni_invertappr()
251 MPN_INCR_U(xp, n + 1, method); in mpn_ni_invertappr()
255 MPN_INCR_U(ip - rn, rn, 1); in mpn_ni_invertappr()
272 MPN_INCR_U (ip - rn, rn, cy + (1-USE_MUL_N)*(rp[2*rn] + xp[n])); in mpn_ni_invertappr()
HDtoom_interpolate_16pts.c464 MPN_INCR_U (r7 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
467 MPN_INCR_U (pp + 4 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
474 MPN_INCR_U (r5 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
477 MPN_INCR_U (pp + 8 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
484 MPN_INCR_U (r3 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
487 MPN_INCR_U (pp +12 * n, 2 * n + 1, cy); in mpn_toom_interpolate_16pts()
495 MPN_INCR_U (pp + 16 * n, spt - n, cy); in mpn_toom_interpolate_16pts()
500 MPN_INCR_U (r1 + 2 * n, n + 1, cy); in mpn_toom_interpolate_16pts()
503 MPN_INCR_U (pp + 16 * n, spt - n, cy); in mpn_toom_interpolate_16pts()
HDtoom_interpolate_8pts.c173 MPN_INCR_U (r7 + n, 2*n + 1, cy); in mpn_toom_interpolate_8pts()
184 MPN_INCR_U (r5 + n + 1, 2*n, cy); in mpn_toom_interpolate_8pts()
189 MPN_INCR_U (r3 + 2*n, n + 1, cy); in mpn_toom_interpolate_8pts()
192 MPN_INCR_U (pp + 8*n, spt - n, cy); in mpn_toom_interpolate_8pts()
HDtoom_interpolate_7pts.c235 MPN_INCR_U (w2 + n + 1, n , cy); in mpn_toom_interpolate_7pts()
237 MPN_INCR_U (w3 + n, n + 1, w2[2*n] + cy); in mpn_toom_interpolate_7pts()
239 MPN_INCR_U (w4 + n, n + 1, w3[2*n] + cy); in mpn_toom_interpolate_7pts()
241 MPN_INCR_U (w5 + n, n + 1, w4[2*n] + cy); in mpn_toom_interpolate_7pts()
HDtoom_interpolate_5pts.c122 MPN_INCR_U (c3 + 1, twor + k - 1, cy); /* 2n-(3k+1) = 2r+k-1 */ in mpn_toom_interpolate_5pts()
159 MPN_INCR_U (c3 + kk1, twor - k - 1, cy); /* 2n-(5k+1) = 2r-k-1 */ in mpn_toom_interpolate_5pts()
186 MPN_INCR_U (vinf, twor, vinf0); /* Add vinf0, propagate carry. */ in mpn_toom_interpolate_5pts()
HDtoom32_mul.c246 MPN_INCR_U (v1 + n, n + 1, cy + v1[2*n]); in mpn_toom32_mul()
254 MPN_INCR_U (v1 + n, n+1, hi); in mpn_toom32_mul()
308 MPN_INCR_U (pp + 4*n, s+t-n, hi); in mpn_toom32_mul()
HDtoom_eval_pm2exp.c63 MPN_INCR_U (tp + hn, n+1 - hn, cy); in mpn_toom_eval_pm2exp()
68 MPN_INCR_U (xp2 + hn, n+1 - hn, cy); in mpn_toom_eval_pm2exp()
HDtoom53_mul.c115 MPN_INCR_U (ash + s, n+1-s, cy2); in mpn_toom53_mul()
172 MPN_INCR_U (bs2 + t, n+1-t, cy); in mpn_toom53_mul()
208 MPN_INCR_U (bsh + t, n+1-t, cy2); in mpn_toom53_mul()
HDtoom44_mul.c168 MPN_INCR_U (apx + s, n+1-s, cy2); in mpn_toom44_mul()
190 MPN_INCR_U (bpx + t, n+1-t, cy2); in mpn_toom44_mul()
HDinvert.c82 MPN_INCR_U (ip, n, 1); /* The value was wrong, correct it. */ in mpn_invert()
HDfib2_ui.c131 MPN_INCR_U(fp, size + 1, 2); /* possible +2 */ in mpn_fib2_ui()
HDtoom4_sqr.c126 MPN_INCR_U (apx + s, n+1-s, cy2); in mpn_toom4_sqr()
HDtoom62_mul.c118 MPN_INCR_U (ash + s, n+1-s, cy2); in mpn_toom62_mul()
HDmul_fft.c329 MPN_INCR_U (r, n + 1, x); in mpn_fft_sub_modF()
335 MPN_INCR_U (r, n + 1, -c); in mpn_fft_sub_modF()
/dragonfly/contrib/gmp/mpz/
HDcfdiv_r_2exp.c118 MPN_INCR_U (wp, limb_cnt+1, CNST_LIMB(1)); in cfdiv_r_2exp()
HDaorsmul_i.c149 MPN_INCR_U (wp, new_wsize, CNST_LIMB(1)); in mpz_aorsmul_1()
/dragonfly/contrib/gmp/
HDgmp-impl.h2309 #define MPN_INCR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "addl") macro
2311 #define mpn_incr_u(ptr, incr) MPN_INCR_U (ptr, 0, incr)
2421 #ifndef MPN_INCR_U
2423 #define MPN_INCR_U(ptr, size, n) \ macro
2429 #define MPN_INCR_U(ptr, size, n) mpn_incr_u (ptr, n) macro