Home
last modified time | relevance | path

Searched refs:mpn_sub_n (Results 26 – 50 of 182) sorted by relevance

12345678

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dfib2_ui.c141 c -= mpn_sub_n (fp, xp, fp, size); in mpn_fib2_ui()
154 ASSERT_NOCARRY (mpn_sub_n (f1p, fp, f1p, size)); in mpn_fib2_ui()
156 ASSERT_NOCARRY (mpn_sub_n ( fp, fp, f1p, size)); in mpn_fib2_ui()
H A Dsec_pi1_div.c98 cy = mpn_sub_n (np, np, dp, dn); in FNAME()
149 cy = mpn_sub_n (np, np, dp, dn); in FNAME()
157 cy = mpn_sub_n (np, np, dp, dn); in FNAME()
H A Dtoom43_mul.c138 mpn_sub_n (bsm2, b1d, b0b2, n+1); in mpn_toom43_mul()
143 mpn_sub_n (bsm2, b0b2, b1d, n+1); in mpn_toom43_mul()
169 mpn_sub_n (bsm1, b1, bsm1, n); in mpn_toom43_mul()
174 bsm1[n] -= mpn_sub_n (bsm1, bsm1, b1, n); in mpn_toom43_mul()
H A Dtoom63_mul.c54 mpn_sub_n (rp, ap, bp, n); in abs_sub_n()
59 mpn_sub_n (rp, bp, ap, n); in abs_sub_n()
177 mpn_sub_n (v1, b1, ws, n); in mpn_toom63_mul()
183 cy -= mpn_sub_n (v1, ws, b1, n); in mpn_toom63_mul()
H A Dtoom_eval_dgr3_pm1.c61 mpn_sub_n (xm1, tp, xp1, n + 1); in mpn_toom_eval_dgr3_pm1()
63 mpn_sub_n (xm1, xp1, tp, n + 1); in mpn_toom_eval_dgr3_pm1()
H A Dredc_n.c72 cy = mpn_sub_n (yp + rn, yp, up, 2*n - rn); /* undo wrap around */ in mpn_redc_n()
75 cy = mpn_sub_n (rp, up + n, yp + n, n); in mpn_redc_n()
H A Dtoom_couple_handling.c54 mpn_sub_n (np, pp, np, n); in mpn_toom_couple_handling()
72 mpn_sub_n (pp, pp, np, n); in mpn_toom_couple_handling()
H A Dsub_n.c37 mpn_sub_n (mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n) in mpn_sub_n() function
67 mpn_sub_n (mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n) in mpn_sub_n() function
H A Dinvertappr.c235 ASSERT_CARRY (mpn_sub_n (xp, xp, dp - n, n)); in mpn_ni_invertappr()
238 if (cy++ && !mpn_sub_n (xp, xp, dp - n, n)) { in mpn_ni_invertappr()
239 ASSERT_CARRY (mpn_sub_n (xp, xp, dp - n, n)); in mpn_ni_invertappr()
252 ASSERT_NOCARRY (mpn_sub_n (xp, xp, dp - n, n)); in mpn_ni_invertappr()
H A Dtoom_eval_pm1.c78 mpn_sub_n (xm1, tp, xp1, n + 1); in mpn_toom_eval_pm1()
80 mpn_sub_n (xm1, xp1, tp, n + 1); in mpn_toom_eval_pm1()
H A Dtoom_eval_dgr3_pm2.c86 mpn_sub_n (xm2, tp, xp2, n + 1); in mpn_toom_eval_dgr3_pm2()
88 mpn_sub_n (xm2, xp2, tp, n + 1); in mpn_toom_eval_dgr3_pm2()
H A Dtoom3_sqr.c123 mpn_sub_n (asm1, a1, gp, n); in mpn_toom3_sqr()
128 cy -= mpn_sub_n (asm1, gp, a1, n); in mpn_toom3_sqr()
152 cy -= mpn_sub_n (as2, as2, a0, n); in mpn_toom3_sqr()
H A Dtoom_eval_pm2rexp.c93 mpn_sub_n (rm, ws, rp, n + 1); in mpn_toom_eval_pm2rexp()
95 mpn_sub_n (rm, rp, ws, n + 1); in mpn_toom_eval_pm2rexp()
H A Dsqrmod_bnm1.c75 cy = tp[2*rn] + mpn_sub_n (rp, tp, tp+rn, rn); in mpn_bc_sqrmod_bnp1()
269 cy = mpn_sub_n (rp + n, rp, xp, 2*an - n); in mpn_sqrmod_bnm1()
282 cy = xp[n] + mpn_sub_n (rp + n, rp, xp, n); in mpn_sqrmod_bnm1()
H A Dtoom42_mul.c148 mpn_sub_n (bsm1, b1, b0, n); in mpn_toom42_mul()
153 mpn_sub_n (bsm1, b0, b1, n); in mpn_toom42_mul()
163 mpn_sub_n (bsm1, b1, b0, t); in mpn_toom42_mul()
H A Dmul_fft.c351 c = a[n] - b[n] - mpn_sub_n (r, a, b, n); in mpn_fft_sub_modF()
391 cy = mpn_sub_n (Ap[inc], tp, Ap[inc], n + 1); in mpn_fft_fft()
563 a[n] = mpn_sub_n (a, tp, tpn, n) && mpn_add_1 (a, a, n, CNST_LIMB(1)); in mpn_fft_mul_modF_K()
586 cy = mpn_sub_n (Ap[1], tp, Ap[1], n + 1); in mpn_fft_fftinv()
660 cc = mpn_sub_n (rp, rp, ap + n, l); in mpn_fft_norm_modF()
695 cy = mpn_sub_n (tmp, n, n + Kl, Kl); in mpn_mul_fft_decompose()
703 cy += mpn_sub_n (tmp, tmp, n, Kl); in mpn_mul_fft_decompose()
986 cc = -cc + mpn_sub_n (pad_op, pad_op, op, pl2); /* lambda - low(mu) */ in mpn_mul_fft_full()
1010 c2 = mpn_sub_n (pad_op, pad_op, pad_op + l, l); in mpn_mul_fft_full()
H A Dtoom_eval_pm2.c115 mpn_sub_n (xm2, tp, xp2, n + 1); in mpn_toom_eval_pm2()
117 mpn_sub_n (xm2, xp2, tp, n + 1); in mpn_toom_eval_pm2()
/netbsd/external/lgpl3/gmp/dist/mpn/cray/cfp/
H A Dsubmul_1.c41 cy_limb = mpn_sub_n (tp, rp, p0, n); in mpn_submul_1()
44 cy_limb += mpn_sub_n (rp + 1, tp + 1, p1, n - 1); in mpn_submul_1()
/netbsd/external/gpl3/gcc/dist/libquadmath/printf/
H A Dsub_n.c27 mpn_sub_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) in mpn_sub_n() function
29 mpn_sub_n (res_ptr, s1_ptr, s2_ptr, size) in mpn_sub_n()
/netbsd/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dsub_n.c27 mpn_sub_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) in mpn_sub_n() function
29 mpn_sub_n (res_ptr, s1_ptr, s2_ptr, size) in mpn_sub_n()
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Daors_n.asm1 dnl Intel Pentium mpn_add_n/mpn_sub_n -- mpn addition and subtraction.
44 define(M4_function_n, mpn_sub_n)
50 MULFUNC_PROLOGUE(mpn_add_n mpn_add_nc mpn_sub_n mpn_sub_nc)
/netbsd/external/lgpl3/gmp/dist/mpn/m68k/
H A Daors_n.asm1 dnl mc68020 mpn_add_n, mpn_sub_n -- add or subtract limb vectors
41 define(M4_function_n, mpn_sub_n)
46 MULFUNC_PROLOGUE(mpn_add_n mpn_sub_n)
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Daors.h97 mpn_sub_n (wp, vp, up, abs_usize);
105 mpn_sub_n (wp, up, vp, abs_usize);
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
H A Daors_n.asm1 dnl AMD64 mpn_add_n, mpn_sub_n optimised for bobcat.
71 define(func, mpn_sub_n)
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Daors_n.asm1 dnl Intel mpn_add_n/mpn_sub_n optimised for Conroe, Nehalem.
67 define(func, mpn_sub_n)

12345678