/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | toom_interpolate_8pts.c | 97 MPN_DECR_U (dst, nd, src[0] >> s); \ 99 MPN_DECR_U (dst + ns - 1, nd - ns + 1, __cy); \ 144 MPN_DECR_U (r3 + spt, 3 * n + 1 - spt, cy); in mpn_toom_interpolate_8pts() 148 MPN_DECR_U (r5 + spt, 3 * n + 1 - spt, cy); in mpn_toom_interpolate_8pts() 152 MPN_DECR_U (r7 + spt, 3 * n + 1 - spt, cy); in mpn_toom_interpolate_8pts() 192 MPN_DECR_U (r7 + 2*n, n + 1, cy); in mpn_toom_interpolate_8pts() 198 MPN_DECR_U (r5 + n + 1, 2*n, 1); in mpn_toom_interpolate_8pts()
|
H A D | toom_interpolate_6pts.c | 193 MPN_DECR_U (w2 + w0n, 2 * n + 1 - w0n, cy); in mpn_toom_interpolate_6pts() 197 MPN_DECR_U (w3, 2 * n + 1, cy); in mpn_toom_interpolate_6pts() 228 MPN_DECR_U (pp + 4 * n, w0n + n, cy6 - cy4); in mpn_toom_interpolate_6pts() 229 MPN_DECR_U (pp + 3 * n + w0n, 2 * n, cy); in mpn_toom_interpolate_6pts() 233 MPN_DECR_U (pp + 3 * n + w0n, 2 * n, cy + cy6); in mpn_toom_interpolate_6pts()
|
H A D | invertappr.c | 117 MPN_DECR_U(ip, n, CNST_LIMB (1)); in mpn_bc_invertappr() 220 MPN_DECR_U (xp + rn + n - mn, 2 * mn + 1 - rn - n, CNST_LIMB (1) - cy); in mpn_ni_invertappr() 221 MPN_DECR_U (xp, mn, CNST_LIMB (1) - xp[mn]); /* if DECR_U eroded xp[mn] */ in mpn_ni_invertappr() 257 MPN_DECR_U(ip - rn, rn, cy); /* 1 <= cy <= 4 here. */ in mpn_ni_invertappr() 260 MPN_DECR_U(xp, n + 1, cy); in mpn_ni_invertappr()
|
H A D | toom_interpolate_5pts.c | 145 MPN_DECR_U (v2 + twor, kk1 - twor, cy); in mpn_toom_interpolate_5pts() 179 MPN_DECR_U (v1 + twor, kk1 - twor, cy); /* Treat the last bytes. */ in mpn_toom_interpolate_5pts() 185 MPN_DECR_U (v1, kk1, cy); in mpn_toom_interpolate_5pts()
|
H A D | toom_interpolate_16pts.c | 106 MPN_DECR_U (dst, nd, src[0] >> s); \ 108 MPN_DECR_U (dst + ns - 1, nd - ns + 1, __cy); \ 305 MPN_DECR_U (r4 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_16pts() 308 MPN_DECR_U (r3 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_16pts() 312 MPN_DECR_U (r2 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_16pts() 324 MPN_DECR_U (r1 + spt + BIT_CORRECTION, n3p1 - spt - BIT_CORRECTION, cy); in mpn_toom_interpolate_16pts() 358 MPN_DECR_U (r1 + n, 2 * n + 1, pp[0] >> 6); in mpn_toom_interpolate_16pts()
|
H A D | toom_interpolate_12pts.c | 110 MPN_DECR_U (dst, nd, src[0] >> s); \ 112 MPN_DECR_U (dst + ns - 1, nd - ns + 1, __cy); \ 216 MPN_DECR_U (r3 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_12pts() 219 MPN_DECR_U (r2 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_12pts() 223 MPN_DECR_U (r1 + spt, n3p1 - spt, cy); in mpn_toom_interpolate_12pts()
|
H A D | hgcd_reduce.c | 168 MPN_DECR_U (tp, modn, cy); in hgcd_matrix_apply() 182 MPN_DECR_U (tp, modn, cy); in hgcd_matrix_apply()
|
H A D | toom32_mul.c | 270 MPN_DECR_U (v1 + n, n+1, hi); in mpn_toom32_mul() 316 MPN_DECR_U (pp + 4*n, s+t-n, -hi); in mpn_toom32_mul()
|
H A D | redc_n.c | 73 MPN_DECR_U (yp + 2*n - rn, rn, cy); in mpn_redc_n()
|
H A D | sqrtrem.c | 378 MPN_DECR_U (tp + 1 + h, l, cy); 390 MPN_DECR_U (sp, l, 1); 416 MPN_DECR_U (sp, l, 1);
|
H A D | rootrem.c | 348 MPN_DECR_U (sp, sn, 1); in mpn_rootrem_internal() 496 MPN_DECR_U (sp, sn, 1); in mpn_rootrem_internal()
|
H A D | gcd_subdiv_step.c | 199 MPN_DECR_U (tp, qn, 1); in mpn_gcd_subdiv_step()
|
H A D | mul_fft.c | 307 MPN_DECR_U (A0, n + 1, x); in mpn_fft_add_sub_modF() 328 MPN_DECR_U (r, n + 1, x); in mpn_fft_add_modF() 334 MPN_DECR_U (r, n + 1, c - 1); in mpn_fft_add_modF() 441 MPN_DECR_U (ap, n + 1, CNST_LIMB(1)); in mpn_fft_normalize()
|
H A D | strongfibo.c | 100 MPN_DECR_U (lp, mn, 2); in mpn_llriter()
|
H A D | sqrmod_bnm1.c | 285 MPN_DECR_U (rp, 2*n, cy); in mpn_sqrmod_bnm1()
|
H A D | div_q.c | 308 MPN_DECR_U (qp, qn, 1); in mpn_div_q()
|
H A D | mulmod_bnm1.c | 325 MPN_DECR_U (rp, 2*n, cy); in mpn_mulmod_bnm1()
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | lucnum_ui.c | 150 MPN_DECR_U (lp, lsize, CNST_LIMB(4)); in mpz_lucnum_ui() 196 MPN_DECR_U (xp, lsize, CNST_LIMB(2)); in mpz_lucnum_ui()
|
H A D | setbit.c | 98 MPN_DECR_U (dp + limb_idx, dsize - limb_idx, mask); in mpz_setbit()
|
H A D | combit.c | 69 MPN_DECR_U (dp + limb_index, dsize - limb_index, bit); in mpz_combit()
|
H A D | aorsmul_i.c | 184 MPN_DECR_U (wp+wsize, new_wsize-wsize, CNST_LIMB(1)); in mpz_aorsmul_1()
|
H A D | bin_ui.c | 85 MPN_DECR_U (PTR (r), SIZ (r), in); in posmpz_dec_ui()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-iord_u.c | 192 MPN_DECR_U (got, SIZE, data[i].n); in check_decr_data() 200 MPN_DECR_U (got, SIZE, CNST_LIMB(1)); in check_decr_data()
|
/netbsd-src/external/lgpl3/gmp/dist/mpf/ |
H A D | sub.c | 358 MPN_DECR_U (tp + size, usize, CNST_LIMB (1)); in mpf_sub()
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 2748 #define MPN_DECR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "subl") macro 2752 #define MPN_DECR_U(ptr, size, incr) MPN_IORD_U (ptr, incr, "subq") macro 2755 #define mpn_decr_u(ptr, incr) MPN_DECR_U (ptr, 0, incr) 2876 #ifndef MPN_DECR_U 2878 #define MPN_DECR_U(ptr, size, n) \ macro 2884 #define MPN_DECR_U(ptr, size, n) mpn_decr_u (ptr, n) macro
|