Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
HDaddsub_n.c40 mpn_add_n_sub_n (mp_ptr r1p, mp_ptr r2p, mp_srcptr s1p, mp_srcptr s2p, mp_size_t n) in mpn_add_n_sub_n() function
151 TIME (t,mpn_add_n_sub_n(r1p,r2p,s1p,s2p,n)); in main()
153 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); in main()
155 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); in main()
157 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,r2p,n)); in main()
HDtoom43_mul.c117 mpn_add_n_sub_n (bs2, bsm2, b1d, b0b2, n+1); in mpn_toom43_mul()
122 mpn_add_n_sub_n (bs2, bsm2, b0b2, b1d, n+1); in mpn_toom43_mul()
145 cy = mpn_add_n_sub_n (bs1, bsm1, b1, bsm1, n); in mpn_toom43_mul()
151 cy = mpn_add_n_sub_n (bs1, bsm1, bsm1, b1, n); in mpn_toom43_mul()
HDtoom_eval_dgr3_pm1.c46 mpn_add_n_sub_n (xp1, xm1, tp, xp1, n + 1); in mpn_toom_eval_dgr3_pm1()
48 mpn_add_n_sub_n (xp1, xm1, xp1, tp, n + 1); in mpn_toom_eval_dgr3_pm1()
HDtoom32_mul.c102 ap1_hi = mpn_add_n_sub_n (ap1, am1, a1, ap1, n) >> 1; in mpn_toom32_mul()
108 cy = mpn_add_n_sub_n (ap1, am1, ap1, a1, n); in mpn_toom32_mul()
134 cy = mpn_add_n_sub_n (bp1, bm1, b1, b0, n); in mpn_toom32_mul()
139 cy = mpn_add_n_sub_n (bp1, bm1, b0, b1, n); in mpn_toom32_mul()
HDtoom_eval_pm1.c63 mpn_add_n_sub_n (xp1, xm1, tp, xp1, n + 1); in mpn_toom_eval_pm1()
65 mpn_add_n_sub_n (xp1, xm1, xp1, tp, n + 1); in mpn_toom_eval_pm1()
HDtoom33_mul.c123 cy = mpn_add_n_sub_n (as1, asm1, a1, gp, n); in mpn_toom33_mul()
131 cy2 = mpn_add_n_sub_n (as1, asm1, gp, a1, n); in mpn_toom33_mul()
179 cy = mpn_add_n_sub_n (bs1, bsm1, b1, gp, n); in mpn_toom33_mul()
187 cy2 = mpn_add_n_sub_n (bs1, bsm1, gp, b1, n); in mpn_toom33_mul()
HDtoom_eval_dgr3_pm2.c71 mpn_add_n_sub_n (xp2, xm2, tp, xp2, n + 1); in mpn_toom_eval_dgr3_pm2()
73 mpn_add_n_sub_n (xp2, xm2, xp2, tp, n + 1); in mpn_toom_eval_dgr3_pm2()
HDtoom_eval_pm2rexp.c78 mpn_add_n_sub_n (rp, rm, ws, rp, n + 1); in mpn_toom_eval_pm2rexp()
80 mpn_add_n_sub_n (rp, rm, rp, ws, n + 1); in mpn_toom_eval_pm2rexp()
HDtoom_eval_pm2.c100 mpn_add_n_sub_n (xp2, xm2, tp, xp2, n + 1); in mpn_toom_eval_pm2()
102 mpn_add_n_sub_n (xp2, xm2, xp2, tp, n + 1); in mpn_toom_eval_pm2()
HDtoom53_mul.c135 bs1[n] = mpn_add_n_sub_n (bs1, bsm1, b1, bs1, n) >> 1; in mpn_toom53_mul()
141 cy = mpn_add_n_sub_n (bs1, bsm1, bs1, b1, n); in mpn_toom53_mul()
180 ASSERT_NOCARRY (mpn_add_n_sub_n (bs2, bsm2, gp, bs2, n+1)); in mpn_toom53_mul()
185 ASSERT_NOCARRY (mpn_add_n_sub_n (bs2, bsm2, bs2, gp, n+1)); in mpn_toom53_mul()
HDtoom_eval_pm2exp.c98 mpn_add_n_sub_n (xp2, xm2, tp, xp2, n + 1); in mpn_toom_eval_pm2exp()
100 mpn_add_n_sub_n (xp2, xm2, xp2, tp, n + 1); in mpn_toom_eval_pm2exp()
HDtoom52_mul.c115 cy = mpn_add_n_sub_n (bs1, bsm1, b1, b0, n); in mpn_toom52_mul()
120 cy = mpn_add_n_sub_n (bs1, bsm1, b0, b1, n); in mpn_toom52_mul()
HDtoom42_mul.c125 cy = mpn_add_n_sub_n (bs1, bsm1, b1, b0, n); in mpn_toom42_mul()
130 cy = mpn_add_n_sub_n (bs1, bsm1, b0, b1, n); in mpn_toom42_mul()
HDtoom3_sqr.c97 cy = mpn_add_n_sub_n (as1, asm1, a1, gp, n); in mpn_toom3_sqr()
104 cy2 = mpn_add_n_sub_n (as1, asm1, gp, a1, n); in mpn_toom3_sqr()
HDtoom63_mul.c151 cy = mpn_add_n_sub_n (v3, v1, b1, ws, n); in mpn_toom63_mul()
159 cy2 = mpn_add_n_sub_n (v3, v1, ws, b1, n); in mpn_toom63_mul()
HDtoom62_mul.c141 cy = mpn_add_n_sub_n (bs1, bsm1, b1, b0, n); in mpn_toom62_mul()
146 cy = mpn_add_n_sub_n (bs1, bsm1, b0, b1, n); in mpn_toom62_mul()
HDtoom_interpolate_16pts.c324 mpn_add_n_sub_n (r2, r5, r5, r2, n3p1); in mpn_toom_interpolate_16pts()
335 mpn_add_n_sub_n (r3, r6, r6, r3, n3p1); in mpn_toom_interpolate_16pts()
354 mpn_add_n_sub_n (r1, r7, r7, r1, n3p1); in mpn_toom_interpolate_16pts()
HDtoom_interpolate_12pts.c217 mpn_add_n_sub_n (r1, r4, r4, r1, n3p1); in mpn_toom_interpolate_12pts()
228 mpn_add_n_sub_n (r2, r5, r5, r2, n3p1); in mpn_toom_interpolate_12pts()
HDmul_fft.c356 cy = mpn_add_n_sub_n (Ap[0], Ap[inc], Ap[0], Ap[inc], n + 1) & 1; in mpn_fft_fft()
538 cy = mpn_add_n_sub_n (Ap[0], Ap[1], Ap[0], Ap[1], n + 1) & 1; in mpn_fft_fftinv()
946 c2 = mpn_add_n_sub_n (pad_op + l, pad_op, pad_op, pad_op + l, l); in mpn_mul_fft_full()
/dragonfly/contrib/gmp/mpz/
HDfib_ui.c84 ASSERT_NOCARRY (mpn_add_n_sub_n (xp, yp, xp, yp, size+1)); in mpz_fib_ui()
/dragonfly/contrib/gmp/
HDgmp-impl.h856 #define mpn_add_n_sub_n __MPN(add_n_sub_n) macro
857 __GMP_DECLSPEC mp_limb_t mpn_add_n_sub_n __GMP_PROTO ((mp_ptr, mp_ptr, mp_srcptr, mp_srcptr, mp_siz…