| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | addsub_n.c | 40 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()
|
| HD | toom43_mul.c | 117 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()
|
| HD | toom_eval_dgr3_pm1.c | 46 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()
|
| HD | toom32_mul.c | 102 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()
|
| HD | toom_eval_pm1.c | 63 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()
|
| HD | toom33_mul.c | 123 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()
|
| HD | toom_eval_dgr3_pm2.c | 71 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()
|
| HD | toom_eval_pm2rexp.c | 78 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()
|
| HD | toom_eval_pm2.c | 100 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()
|
| HD | toom53_mul.c | 135 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()
|
| HD | toom_eval_pm2exp.c | 98 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()
|
| HD | toom52_mul.c | 115 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()
|
| HD | toom42_mul.c | 125 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()
|
| HD | toom3_sqr.c | 97 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()
|
| HD | toom63_mul.c | 151 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()
|
| HD | toom62_mul.c | 141 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()
|
| HD | toom_interpolate_16pts.c | 324 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()
|
| HD | toom_interpolate_12pts.c | 217 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()
|
| HD | mul_fft.c | 356 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/ |
| HD | fib_ui.c | 84 ASSERT_NOCARRY (mpn_add_n_sub_n (xp, yp, xp, yp, size+1)); in mpz_fib_ui()
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 856 #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…
|