Home
last modified time | relevance | path

Searched refs:mpn_submul_1 (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dsbpi1_div_q.c94 mpn_submul_1 (np - dn, dp, dn + 2, q); in mpn_sbpi1_div_q()
101 cy = mpn_submul_1 (np - dn, dp, dn, q); in mpn_sbpi1_div_q()
129 cy = mpn_submul_1 (np - dn, dp, dn + 2, q); in mpn_sbpi1_div_q()
147 cy = mpn_submul_1 (np - dn, dp, dn, q); in mpn_sbpi1_div_q()
173 cy = mpn_submul_1 (np, dp, 2, q); in mpn_sbpi1_div_q()
241 cy = mpn_submul_1 (np - (dn - i), dp, dn - i - 2, q); in mpn_sbpi1_div_q()
286 cy = mpn_submul_1 (np + i, qp, qn, dp[i]); in mpn_sbpi1_div_q()
H A Dsbpi1_divappr_q.c91 mpn_submul_1 (np - dn, dp, dn + 2, q); in mpn_sbpi1_divappr_q()
98 cy = mpn_submul_1 (np - dn, dp, dn, q); in mpn_sbpi1_divappr_q()
126 cy = mpn_submul_1 (np - dn, dp, dn + 2, q); in mpn_sbpi1_divappr_q()
144 cy = mpn_submul_1 (np - dn, dp, dn, q); in mpn_sbpi1_divappr_q()
170 cy = mpn_submul_1 (np, dp, 2, q); in mpn_sbpi1_divappr_q()
H A Dtoom_interpolate_16pts.c72 return mpn_submul_1(dst,src,n,CNST_LIMB(1) <<(s)); in DO_mpn_sublsh_n()
378 mpn_submul_1 (r5, r6, n3p1, 1028); /* can be negative */ in mpn_toom_interpolate_16pts()
384 mpn_submul_1 (r7, r5, n3p1, 1300); /* can be negative */ in mpn_toom_interpolate_16pts()
386 mpn_submul_1 (r7, r6, n3p1, 1052688); /* can be negative */ in mpn_toom_interpolate_16pts()
401 mpn_submul_1 (r6, r7, n3p1, 4095); /* can be negative */ in mpn_toom_interpolate_16pts()
420 ASSERT_NOCARRY(mpn_submul_1 (r2, r3, n3p1, 400)); in mpn_toom_interpolate_16pts()
424 mpn_submul_1 (r1, r2, n3p1, 1428); in mpn_toom_interpolate_16pts()
425 mpn_submul_1 (r1, r3, n3p1, 112896); in mpn_toom_interpolate_16pts()
428 ASSERT_NOCARRY(mpn_submul_1 (r2, r1, n3p1, 15181425)); in mpn_toom_interpolate_16pts()
432 ASSERT_NOCARRY(mpn_submul_1 (r3, r1, n3p1, 3969)); in mpn_toom_interpolate_16pts()
[all …]
H A Dsubmul_1.c41 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) in mpn_submul_1() function
78 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) in mpn_submul_1() function
114 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t v0) in mpn_submul_1() function
H A Dmatrix22_mul1_inverse_vector.c55 h1 = mpn_submul_1 (rp, bp, n, M->u[0][1]); in mpn_matrix22_mul1_inverse_vector()
59 h1 = mpn_submul_1 (bp, ap, n, M->u[1][0]); in mpn_matrix22_mul1_inverse_vector()
H A Dsbpi1_div_qr.c82 mpn_submul_1 (np - dn, dp, dn + 2, q); in mpn_sbpi1_div_qr()
89 cy = mpn_submul_1 (np - dn, dp, dn, q); in mpn_sbpi1_div_qr()
H A Dsec_pi1_div.c129 mpn_submul_1 (np, hp, dn + 1, q1h); in FNAME()
137 nh -= mpn_submul_1 (np, dp, dn, q0h); in FNAME()
H A Dtoom_interpolate_12pts.c76 return mpn_submul_1(dst,src,n,CNST_LIMB(1) <<(s)); in DO_mpn_sublsh_n()
252 mpn_submul_1 (r4, r5, n3p1, 257); /* can be negative */ in mpn_toom_interpolate_12pts()
273 ASSERT_NOCARRY(mpn_submul_1 (r1, r2, n3p1, 100)); in mpn_toom_interpolate_12pts()
283 ASSERT_NOCARRY(mpn_submul_1 (r2, r1, n3p1, 225)); in mpn_toom_interpolate_12pts()
/netbsd/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/external/lgpl3/gmp/dist/mpn/s390_32/
H A Dsubmul_1.asm1 dnl S/390 mpn_submul_1 -- Multiply a limb vector with a limb and subtract the
41 PROLOGUE(mpn_submul_1)
93 EPILOGUE(mpn_submul_1)
/netbsd/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,
/netbsd/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dsubmul_1.c40 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t vl) in mpn_submul_1() function
53 return mpn_submul_1 (rp, xp, n, vl); in mpn_submul_1()
/netbsd/external/lgpl3/gmp/dist/mpn/arm64/
H A Daorsmul_1.asm1 dnl ARM64 mpn_addmul_1 and mpn_submul_1
63 define(`func', mpn_submul_1)')
/netbsd/external/lgpl3/gmp/dist/mpn/arm/
H A Daorsmul_1.asm1 dnl ARM mpn_addmul_1 and mpn_submul_1.
62 define(`func', mpn_submul_1)')
/netbsd/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
H A Daorsmul_1.asm1 dnl x86-32 mpn_addmul_1 and mpn_submul_1 optimised for Intel Atom.
62 define(func_1, mpn_submul_1)
/netbsd/external/lgpl3/gmp/dist/mpn/power/
H A Dsubmul_1.asm1 dnl IBM POWER mpn_submul_1 -- Multiply a limb vector with a limb and subtract
52 PROLOGUE(mpn_submul_1)
131 EPILOGUE(mpn_submul_1)
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Daorsmul_1.asm1 dnl Intel P6 mpn_addmul_1/mpn_submul_1 -- add or subtract mpn multiple.
67 define(M4_function_1, mpn_submul_1)
74 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Daorsmul_1.asm1 dnl AMD K6 mpn_addmul_1/mpn_submul_1 -- add or subtract mpn multiple.
70 define(M4_function_1, mpn_submul_1)
75 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
82 C mp_limb_t mpn_submul_1 (mp_ptr dst, mp_srcptr src, mp_size_t size,
/netbsd/external/gpl3/gcc/dist/libquadmath/printf/
H A Dgmp-impl.h117 #define mpn_submul_1 __MPN(submul_1) macro
136 mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t)
H A Dsubmul_1.c29 mpn_submul_1 (res_ptr, s1_ptr, s1_size, s2_limb) in mpn_submul_1() function
/netbsd/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dgmp-impl.h117 #define mpn_submul_1 __MPN(submul_1) macro
136 mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t)
H A Dsubmul_1.c29 mpn_submul_1 (res_ptr, s1_ptr, s1_size, s2_limb) in mpn_submul_1() function
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dsubmul_1.asm1 dnl Intel Pentium-4 mpn_submul_1 -- Multiply a limb vector with a limb and
89 PROLOGUE(mpn_submul_1)
/netbsd/external/lgpl3/gmp/dist/mpn/cray/cfp/
H A Dsubmul_1.c35 mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t limb) in mpn_submul_1() function
/netbsd/external/lgpl3/gmp/dist/mpn/x86/
H A Daorsmul_1.asm57 define(M4_function_1, mpn_submul_1)
62 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)

123456