Home
last modified time | relevance | path

Searched refs:mpn_addlsh1_n_ip1 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom53_mul.c267 cy = 2 * bsm1[n] + mpn_addlsh1_n_ip1 (vm1 + n, bsm1, n); in mpn_toom53_mul()
292 cy = 2 * bs1[n] + mpn_addlsh1_n_ip1 (v1 + n, bs1, n); in mpn_toom53_mul()
310 cy += mpn_addlsh1_n_ip1 (v1 + n, as1, n); in mpn_toom53_mul()
H A Dtoom3_sqr.c196 cy = 2 * as1[n] + mpn_addlsh1_n_ip1 (v1 + n, as1, n); in mpn_toom3_sqr()
210 cy += mpn_addlsh1_n_ip1 (v1 + n, as1, n); in mpn_toom3_sqr()
H A Dtoom33_mul.c286 cy = 2 * bs1[n] + mpn_addlsh1_n_ip1 (v1 + n, bs1, n); in mpn_toom33_mul()
300 cy += mpn_addlsh1_n_ip1 (v1 + n, as1, n); in mpn_toom33_mul()
H A Dsqrlo_basecase.c82 mpn_addlsh1_n_ip1 ((rp) + 1, (tp), (n) - 1); \
H A Dsqrtrem.c268 c += mpn_addlsh1_n_ip1 (np, sp, n) + 2 * q;
385 cy = mpn_addlsh1_n_ip1 (tp + 1, sp + l, h);
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h862 #define mpn_addlsh1_n_ip1(a,b,n) mpn_addlsh1_n(a,a,b,n) macro
980 #ifndef mpn_addlsh1_n_ip1
981 #define mpn_addlsh1_n_ip1 __MPN(addlsh1_n_ip1) macro
982 __GMP_DECLSPEC mp_limb_t mpn_addlsh1_n_ip1 (mp_ptr, mp_srcptr, mp_size_t);
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1563 return mpn_addlsh1_n_ip1 (rp, sp, size); in mpn_addlsh1_n_ip1_fun()
1818 { TRY_FUNFUN(mpn_addlsh1_n_ip1), TYPE_ADDLSH1_N_IP1 },
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1078 SPEED_ROUTINE_MPN_COPY (mpn_addlsh1_n_ip1); in speed_mpn_addlsh1_n_ip1()