Home
last modified time | relevance | path

Searched refs:mpn_mul_n (Results 1 – 25 of 69) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom53_mul.c253 mpn_mul_n (v2, as2, bs2, n + 1); /* v2, 2n+1 limbs */ in mpn_toom53_mul()
254 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom53_mul()
255 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */ in mpn_toom53_mul()
259 mpn_mul_n (vm1, asm1, bsm1, n); in mpn_toom53_mul()
279 mpn_mul_n (vm1, asm1, bsm1, n + ((asm1[n] | bsm1[n]) != 0)); in mpn_toom53_mul()
284 mpn_mul_n (v1, as1, bs1, n); in mpn_toom53_mul()
318 mpn_mul_n (v1, as1, bs1, n + ((as1[n] | bs1[n]) != 0)); in mpn_toom53_mul()
321 mpn_mul_n (v0, a0, b0, n); /* v0, 2n limbs */ in mpn_toom53_mul()
H A Dtoom43_mul.c188 mpn_mul_n (vm1, asm1, bsm1, n+1); /* W4 */ in mpn_toom43_mul()
191 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom43_mul()
194 mpn_mul_n (v2, as2, bs2, n+1); /* W1 */ in mpn_toom43_mul()
197 mpn_mul_n (v1, as1, bs1, n+1); /* W3 */ in mpn_toom43_mul()
204 mpn_mul_n (v0, ap, bp, n); /* W5 */ in mpn_toom43_mul()
H A Dtoom62_mul.c255 mpn_mul_n (v2, as2, bs2, n + 1); /* v2, 2n+1 limbs */ in mpn_toom62_mul()
256 mpn_mul_n (vm2, asm2, bsm2, n + 1); /* vm2, 2n+1 limbs */ in mpn_toom62_mul()
257 mpn_mul_n (vh, ash, bsh, n + 1); /* vh, 2n+1 limbs */ in mpn_toom62_mul()
260 mpn_mul_n (vm1, asm1, bsm1, n); in mpn_toom62_mul()
277 mpn_mul_n (v1, as1, bs1, n); in mpn_toom62_mul()
300 mpn_mul_n (v0, a0, b0, n); /* v0, 2n limbs */ in mpn_toom62_mul()
H A Dtoom52_mul.c214 mpn_mul_n (vm2, asm2, bsm2, n+1); /* W2 */ in mpn_toom52_mul()
217 mpn_mul_n (v2, as2, bs2, n+1); /* W1 */ in mpn_toom52_mul()
220 mpn_mul_n (v1, as1, bs1, n+1); /* W3 */ in mpn_toom52_mul()
227 mpn_mul_n (v0, ap, bp, n); /* W5 */ in mpn_toom52_mul()
H A Dpowm.c292 mpn_mul_n (tp, this_pp, rp, n); in mpn_powm()
428 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
438 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
475 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
485 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
495 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
559 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
596 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
606 #define MPN_MUL_N(r,a,b,n) mpn_mul_n (r,a,b,n) in mpn_powm()
H A Dmullo_n.c168 mpn_mul_n (tp, xp, yp, n2); in mpn_dc_mullo_n()
237 mpn_mul_n (tp, xp, yp, n); in mpn_mullo_n()
H A Dinvert.c77 mpn_mul_n (scratch, ip, dp, n); in mpn_invert()
H A Dmulmod_bnm1.c54 mpn_mul_n (tp, ap, bp, rn); in mpn_bc_mulmod_bnm1()
74 mpn_mul_n (tp, ap, bp, rn + 1); in mpn_bc_mulmod_bnp1()
H A Dmul_n.c36 mpn_mul_n (mp_ptr p, mp_srcptr a, mp_srcptr b, mp_size_t n) in mpn_mul_n() function
H A Dtoom54_mul.c51 do { mpn_mul_n (p, a, b, n); \
H A Dtoom42_mul.c62 mpn_mul_n (p, a, b, n); \
H A Dtoom63_mul.c88 do { mpn_mul_n (p, a, b, n); \
H A Dtoom32_mul.c61 mpn_mul_n (p, a, b, n); \
H A Dinvertappr.c269 mpn_mul_n (xp, xp + 2 * n - rn, ip - rn, rn); in mpn_ni_invertappr()
H A Dmu_divappr_q.c206 mpn_mul_n (tp, rp + dn - in, ip, in); /* mulhi */ in mpn_preinv_mu_divappr_q()
H A Ddiv_qr_2.c204 mpn_mul_n (tp, dp, di, 2); in invert_4by2()
H A Dmu_div_qr.c278 mpn_mul_n (tp, rp + dn - in, ip, in); /* mulhi */ in mpn_preinv_mu_div_qr()
H A Dmul.c133 mpn_mul_n (prodp, up, vp, un); in mpn_mul()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmulders.c84 mpn_mul_n (rp, np, mp, n); /* result is exact, no error */ in mpfr_mulhigh_n()
90 mpn_mul_n (rp + 2 * l, np + l, mp + l, k); /* fills rp[2l..2n-1] */ in mpfr_mulhigh_n()
H A Dfma.c198 mpn_mul_n (up, MPFR_MANT(x), MPFR_MANT(y), n); in mpfr_fma()
H A Dmpfr-gmp.h439 # define mpn_sqr(dst,src,n) mpn_mul_n((dst),(src),(src),(n))
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mul.c66 mpn_mul_n (t, a->_mp_d, b->_mp_d, an); in testmain()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mullo.c94 mpn_mul_n (refp, ap, bp, n); in main()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h104 void mpn_mul_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
/netbsd/external/lgpl3/gmp/dist/tune/
H A DREADME164 Draw a graph of mpn_mul_n, stepping through sizes by 10 or a factor of 1.05
167 ./speed -s 10-5000 -t 10 -f 1.05 -P foo mpn_mul_n
478 dimensioned according to a threshold (mpn_mul_n), or asm code with certain

123