Home
last modified time | relevance | path

Searched refs:mpn_submul_1 (Results 76 – 100 of 133) sorted by relevance

123456

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Daorsmul_i.c143 cy = mpn_submul_1 (wp, xp, min_size, y); in mpz_aorsmul_1()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-fat.c274 r = mpn_submul_1 (wp, xp, (mp_size_t) 1, CNST_LIMB(2)); in check_functions()
H A Dt-instrument.c332 mpn_submul_1 (wp, xp, size, yp[0]); in check()
/netbsd/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Daorsmul_1.asm1 dnl Alpha ev6 mpn_addmul_1 and mpn_submul_1.
78 define(`func', `mpn_submul_1')
81 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_submul_1)
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_7pts.c195 mpn_submul_1 (w5, w2, m, 65); in mpn_toom_interpolate_7pts()
H A Dtoom_interpolate_8pts.c80 return mpn_submul_1(dst,src,n,CNST_LIMB(1) <<(s)); in DO_mpn_sublsh_n()
H A Dtdiv_qr.c337 cy2 = mpn_submul_1 (n2p, qp, qn, dp[in - 1] & (GMP_NUMB_MASK >> cnt)); in mpn_tdiv_qr()
H A Dsqrtrem.c520 cc = mpn_submul_1 (tp, s0, 1, s0[0]);
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Daorsmul_1.asm1 dnl AMD64 mpn_addmul_1 and mpn_submul_1 optimised for AMD Bulldozer.
/netbsd/external/lgpl3/gmp/dist/mpn/s390_64/
H A DREADME66 mpn_mul_1, mpn_addmul_1, mpn_submul_1
/netbsd/external/lgpl3/gmp/dist/mpn/pa64/
H A DREADME70 * mpn_mul_1, mpn_addmul_1, and mpn_submul_1 run at between 5.625 and 6.375
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/
H A Daorsmul_1.asm1 dnl AMD64 mpn_addmul_1 and mpn_submul_1.
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmulders.c197 q0 = mpn_submul_1 (np - 1, dp, n, q2); in mpfr_divhigh_n_basecase()
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Daorsmul_1.asm1 dnl PowerPC-64 mpn_addmul_1 and mpn_submul_1.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/
H A DREADME51 mpn_submul_1 7
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h101 mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd/external/lgpl3/gmp/dist/mpn/m68k/
H A DREADME63 * On 68000, mpn_mul_1, mpn_addmul_1 and mpn_submul_1 could check for a
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A DREADME117 * mpn_submul_1: Simpleminded code just calling mpn_mul_1 + mpn_sub_n. This
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A DREADME75 mpn_mul_1, mpn_addmul_1, mpn_submul_1 all run 1 cycle faster than they
/netbsd/external/lgpl3/gmp/dist/mpn/ia64/
H A DREADME161 mpn_submul_1:
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1582 #define mpn_submul_1 __MPN(submul_1) macro
1583 __GMP_DECLSPEC mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1582 #define mpn_submul_1 __MPN(submul_1) macro
1583 __GMP_DECLSPEC mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1614 #define mpn_submul_1 __MPN(submul_1) macro
1615 __GMP_DECLSPEC mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1614 #define mpn_submul_1 __MPN(submul_1) macro
1615 __GMP_DECLSPEC mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1614 #define mpn_submul_1 __MPN(submul_1) macro
1615 __GMP_DECLSPEC mp_limb_t mpn_submul_1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);

123456