Home
last modified time | relevance | path

Searched refs:MPN_DECR_U (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_8pts.c97 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 Dtoom_interpolate_6pts.c193 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 Dinvertappr.c117 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 Dtoom_interpolate_5pts.c145 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 Dtoom_interpolate_16pts.c106 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 Dtoom_interpolate_12pts.c110 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 Dhgcd_reduce.c168 MPN_DECR_U (tp, modn, cy); in hgcd_matrix_apply()
182 MPN_DECR_U (tp, modn, cy); in hgcd_matrix_apply()
H A Dtoom32_mul.c270 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 Dredc_n.c73 MPN_DECR_U (yp + 2*n - rn, rn, cy); in mpn_redc_n()
H A Dsqrtrem.c378 MPN_DECR_U (tp + 1 + h, l, cy);
390 MPN_DECR_U (sp, l, 1);
416 MPN_DECR_U (sp, l, 1);
H A Drootrem.c348 MPN_DECR_U (sp, sn, 1); in mpn_rootrem_internal()
496 MPN_DECR_U (sp, sn, 1); in mpn_rootrem_internal()
H A Dgcd_subdiv_step.c199 MPN_DECR_U (tp, qn, 1); in mpn_gcd_subdiv_step()
H A Dmul_fft.c307 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 Dstrongfibo.c100 MPN_DECR_U (lp, mn, 2); in mpn_llriter()
H A Dsqrmod_bnm1.c285 MPN_DECR_U (rp, 2*n, cy); in mpn_sqrmod_bnm1()
H A Ddiv_q.c308 MPN_DECR_U (qp, qn, 1); in mpn_div_q()
H A Dmulmod_bnm1.c325 MPN_DECR_U (rp, 2*n, cy); in mpn_mulmod_bnm1()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dlucnum_ui.c150 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 Dsetbit.c98 MPN_DECR_U (dp + limb_idx, dsize - limb_idx, mask); in mpz_setbit()
H A Dcombit.c69 MPN_DECR_U (dp + limb_index, dsize - limb_index, bit); in mpz_combit()
H A Daorsmul_i.c184 MPN_DECR_U (wp+wsize, new_wsize-wsize, CNST_LIMB(1)); in mpz_aorsmul_1()
H A Dbin_ui.c85 MPN_DECR_U (PTR (r), SIZ (r), in); in posmpz_dec_ui()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-iord_u.c192 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 Dsub.c358 MPN_DECR_U (tp + size, usize, CNST_LIMB (1)); in mpf_sub()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2748 #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

12