Home
last modified time | relevance | path

Searched refs:mpn_sub (Results 1 – 25 of 59) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dpowm.c130 mpn_sub (rp, mp, n, rp, rn); in mpz_powm()
139 mpn_sub (rp, mp, n, bp, bn); in mpz_powm()
247 mpn_sub (r2, r2, ncnt, rp, nodd > ncnt ? ncnt : nodd); in mpz_powm()
271 mpn_sub (rp, PTR(m), n, rp, rn); in mpz_powm()
H A Dpowm_sec.c92 mpn_sub (rp, PTR(m), n, rp, rn); in mpz_powm_sec()
H A Daors.h89 mpn_sub (wp, up, abs_usize, vp, abs_vsize);
H A Dcong.c164 ASSERT_NOCARRY (mpn_sub (xp, ap, asize, cp, csize)); in mpz_congruent_p()
H A Daorsmul.c142 ASSERT_NOCARRY (mpn_sub (wp, up,usize, tp,tsize)); in mpz_aorsmul()
H A Dpowm_ui.c262 mpn_sub (xp, mp, mn, xp, xn); in mpz_powm_ui()
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_7pts.c167 mpn_sub (w4, w4, m, w0, 2*n); in mpn_toom_interpolate_7pts()
172 mpn_sub (w4, w4, m, tp, w6n+1); in mpn_toom_interpolate_7pts()
196 mpn_sub (w2, w2, m, w6, w6n); in mpn_toom_interpolate_7pts()
197 mpn_sub (w2, w2, m, w0, 2*n); in mpn_toom_interpolate_7pts()
H A Dmulmod_bnm1.c201 cy = mpn_sub (sp1, a0, n, a1, an - n); in mpn_mulmod_bnm1()
207 cy = mpn_sub (sp1 + n + 1, b0, n, b1, bn - n); in mpn_mulmod_bnm1()
237 cy = mpn_sub (xp, xp, n, xp + n, anp); in mpn_mulmod_bnm1()
H A Dtoom52_mul.c157 mpn_sub (bsm1, b0, n, b1, t); in mpn_toom52_mul()
193 mpn_sub (bsm2, bsm1, n, b1, t); in mpn_toom52_mul()
H A Dsqrmod_bnm1.c174 cy = mpn_sub (sp1, a0, n, a1, an - n); in mpn_sqrmod_bnm1()
200 cy = mpn_sub (xp, xp, n, xp + n, anp); in mpn_sqrmod_bnm1()
H A Dtoom32_mul.c179 ASSERT_NOCARRY (mpn_sub (bm1, b0, n, b1, t)); in mpn_toom32_mul()
313 hi -= mpn_sub (pp + 2*n, pp + 2*n, 2*n, pp + 4*n, s+t-n); in mpn_toom32_mul()
H A Dhgcd_matrix.c235 cy = mpn_sub (ap, ap, n, t0, p + M->n); in mpn_hgcd_matrix_adjust()
247 cy = mpn_sub (bp, bp, n, t1, p + M->n); in mpn_hgcd_matrix_adjust()
H A Drootrem.c379 mpn_sub (rp, rp, rn, qp, qn); in mpn_rootrem_internal()
507 mpn_sub (remp, up, un, qp, qn); in mpn_rootrem_internal()
H A Dtoom62_mul.c185 mpn_sub (bsm1, b0, n, b1, t); in mpn_toom62_mul()
211 ASSERT_NOCARRY (mpn_sub (bsm2, bsm1, n, b1, t)); in mpn_toom62_mul()
H A Dgcd_subdiv_step.c128 ASSERT_NOCARRY (mpn_sub (bp, bp, bn, ap, an)); in mpn_gcd_subdiv_step()
H A Dtoom22_mul.c169 mpn_sub (bsm1, b0, n, b1, t); in mpn_toom22_mul()
H A Dtoom42_mulmid.c207 mpn_sub (rp, rp, 2*m + 2, p1, m + 2); /* A + C */ in mpn_toom42_mulmid()
H A Dhgcd_reduce.c57 ASSERT_NOCARRY (mpn_sub (rp, rp, rn, tp, an + bn - (an + bn > rn))); in submul()
H A Dtoom42_mul.c169 mpn_sub (bsm1, b0, n, b1, t); in mpn_toom42_mul()
H A Dtdiv_qr.c369 cy = mpn_sub (n2p, n2p, rn, tp + in, qn); in mpn_tdiv_qr()
H A Dgcdext.c138 ASSERT_NOCARRY (mpn_sub (tp, tp, size, gp, gn)); in compute_v()
H A Dmul_fft.c712 cy += mpn_sub (tmp, tmp, Kl, n, dif); in mpn_mul_fft_decompose()
722 cy = mpn_sub (tmp, n, Kl, n + Kl, dif); in mpn_mul_fft_decompose()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dsub.c345 mpn_sub (tp + size, up + size, usize - size, vp, vsize); in mpf_sub()
356 mpn_sub (tp + size, up, usize, vp + size, usize - ediff); in mpf_sub()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Drec_sqrt.c429 cy = mpn_sub (x + ln, x + ln, xn, u + ln, un - ln); in mpfr_mpn_rec_sqrt()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h97 mp_limb_t mpn_sub (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);

123