| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | mulmod_bnm1.c | 48 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()
|
| HD | sqrmod_bnm1.c | 47 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()
|
| HD | toom_interpolate_6pts.c | 167 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()
|
| HD | toom_interpolate_12pts.c | 309 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()
|
| HD | invertappr.c | 228 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()
|
| HD | toom_interpolate_16pts.c | 464 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()
|
| HD | toom_interpolate_8pts.c | 173 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()
|
| HD | toom_interpolate_7pts.c | 235 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()
|
| HD | toom_interpolate_5pts.c | 122 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()
|
| HD | toom32_mul.c | 246 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()
|
| HD | toom_eval_pm2exp.c | 63 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()
|
| HD | toom53_mul.c | 115 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()
|
| HD | toom44_mul.c | 168 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()
|
| HD | invert.c | 82 MPN_INCR_U (ip, n, 1); /* The value was wrong, correct it. */ in mpn_invert()
|
| HD | fib2_ui.c | 131 MPN_INCR_U(fp, size + 1, 2); /* possible +2 */ in mpn_fib2_ui()
|
| HD | toom4_sqr.c | 126 MPN_INCR_U (apx + s, n+1-s, cy2); in mpn_toom4_sqr()
|
| HD | toom62_mul.c | 118 MPN_INCR_U (ash + s, n+1-s, cy2); in mpn_toom62_mul()
|
| HD | mul_fft.c | 329 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/ |
| HD | cfdiv_r_2exp.c | 118 MPN_INCR_U (wp, limb_cnt+1, CNST_LIMB(1)); in cfdiv_r_2exp()
|
| HD | aorsmul_i.c | 149 MPN_INCR_U (wp, new_wsize, CNST_LIMB(1)); in mpz_aorsmul_1()
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 2309 #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
|