Searched refs:mpn_submul_1 (Results 1 - 25 of 118) sorted by relevance

12345

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmatrix22_mul1_inverse_vector.c55 h1 = mpn_submul_1 (rp, bp, n, M->u[0][1]);
59 h1 = mpn_submul_1 (bp, ap, n, M->u[1][0]);
H A Dsbpi1_divappr_q.c77 saving two iterations in mpn_submul_1. */
91 mpn_submul_1 (np - dn, dp, dn + 2, q);
98 cy = mpn_submul_1 (np - dn, dp, dn, q);
126 cy = mpn_submul_1 (np - dn, dp, dn + 2, q);
144 cy = mpn_submul_1 (np - dn, dp, dn, q);
170 cy = mpn_submul_1 (np, dp, 2, q);
H A Dsbpi1_div_q.c80 saving two iterations in mpn_submul_1. */
94 mpn_submul_1 (np - dn, dp, dn + 2, q);
101 cy = mpn_submul_1 (np - dn, dp, dn, q);
129 cy = mpn_submul_1 (np - dn, dp, dn + 2, q);
147 cy = mpn_submul_1 (np - dn, dp, dn, q);
173 cy = mpn_submul_1 (np, dp, 2, q);
241 cy = mpn_submul_1 (np - (dn - i), dp, dn - i - 2, q);
286 cy = mpn_submul_1 (np + i, qp, qn, dp[i]);
H A Dsubmul_1.c0 /* mpn_submul_1 -- multiply the N long limb vector pointed to by UP by VL,
41 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) function
78 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) function
114 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) function
H A Dsbpi1_div_qr.c68 saving two iterations in mpn_submul_1. */
82 mpn_submul_1 (np - dn, dp, dn + 2, q);
89 cy = mpn_submul_1 (np - dn, dp, dn, q);
H A Dtoom_interpolate_16pts.c72 return mpn_submul_1(dst,src,n,CNST_LIMB(1) <<(s));
378 mpn_submul_1 (r5, r6, n3p1, 1028); /* can be negative */
384 mpn_submul_1 (r7, r5, n3p1, 1300); /* can be negative */
386 mpn_submul_1 (r7, r6, n3p1, 1052688); /* can be negative */
394 mpn_submul_1 (r5, r7, n3p1, 12567555); /* can be negative */
401 mpn_submul_1 (r6, r7, n3p1, 4095); /* can be negative */
420 ASSERT_NOCARRY(mpn_submul_1 (r2, r3, n3p1, 400));
424 mpn_submul_1 (r1, r2, n3p1, 1428);
425 mpn_submul_1 (r1, r3, n3p1, 112896);
428 ASSERT_NOCARRY(mpn_submul_1 (r
[all...]
H A Dsec_pi1_div.c129 mpn_submul_1 (np, hp, dn + 1, q1h);
137 nh -= mpn_submul_1 (np, dp, dn, q0h);
/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/cfp/
H A Dsubmul_1.c0 /* mpn_submul_1 for Cray PVP.
35 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t limb) function
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dsubmul_1.c0 /* mpn_submul_1 -- multiply the S1_SIZE long limb vector pointed to by S1_PTR
29 mpn_submul_1 (res_ptr, s1_ptr, s1_size, s2_limb) function
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dsubmul_1.c0 /* mpn_submul_1 -- multiply the S1_SIZE long limb vector pointed to by S1_PTR
29 mpn_submul_1 (res_ptr, s1_ptr, s1_size, s2_limb) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dsubmul_1.c1 /* Cray PVP/IEEE mpn_submul_1 -- multiply a limb vector with a limb and
40 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t vl) function
53 return mpn_submul_1 (rp, xp, n, vl);
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/v8/
H A Dsubmul_1.asm1 dnl SPARC v8 mpn_submul_1 -- Multiply a limb vector with a limb and
42 PROLOGUE(mpn_submul_1)
67 EPILOGUE(mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Dsubmul_1.asm1 dnl SPARC v9 64-bit mpn_submul_1 -- Multiply a limb vector with a limb and
47 PROLOGUE(mpn_submul_1)
68 EPILOGUE(mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/riscv/64/
H A Daorsmul_1.asm1 dnl RISC-V/64 mpn_addmul_1 and mpn_submul_1.
47 define(`func', `mpn_submul_1')
50 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
H A Dsubmul_1.asm1 dnl Intel P6/SSE2 mpn_submul_1.
34 MULFUNC_PROLOGUE(mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Daorsmul_1.asm1 dnl X86-64 mpn_addmul_1 and mpn_submul_1 optimised for Intel Nocona.
36 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp-mparam.h37 (((rp) == (up)) ? mpn_submul_1 (rp, vp, n, CNST_LIMB(1) << (c)) \
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/goldmont/
H A Daorsmul_1.asm1 dnl X86-64 mpn_addmul_1 and mpn_submul_1 optimised for Intel Goldmont.
36 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
H A Dsubmul_1.asm1 dnl ARM mpn_submul_1
33 MULFUNC_PROLOGUE(mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
H A Daorsmul_1.asm1 dnl X86-64 mpn_addmul_1/mpn_submul_1 optimised for Intel Silvermont.
36 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k10/
H A Dgmp-mparam.h37 (((rp) == (up)) ? mpn_submul_1 (rp, vp, n, CNST_LIMB(1) << (c)) \
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dgmp-mparam.h37 (((rp) == (up)) ? mpn_submul_1 (rp, vp, n, CNST_LIMB(1) << (c)) \
/netbsd-current/external/lgpl3/gmp/dist/mpn/m68k/mc68020/
H A Daorsmul_1.asm1 dnl mc68020 mpn_addmul_1, mpn_submul_1 -- add or subtract mpn multiple.
41 define(M4_function_1, mpn_submul_1)
58 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips32/
H A Dsubmul_1.asm1 dnl MIPS32 mpn_submul_1 -- Multiply a limb vector with a single limb and
41 PROLOGUE(mpn_submul_1)
101 EPILOGUE(mpn_submul_1)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Daorsmul_1.asm45 define(M4_function_1, mpn_submul_1)
51 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
59 C mp_limb_t mpn_submul_1 (mp_ptr dst, mp_srcptr src, mp_size_t size,

Completed in 379 milliseconds

12345