Home
last modified time | relevance | path

Searched refs:mpn_mul_1c (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dset_str.c242 cy_limb = mpn_mul_1c (rp, rp, size, big_base, res_digit); in mpn_bc_set_str()
283 cy_limb = mpn_mul_1c (rp, rp, size, big_base, res_digit); in mpn_bc_set_str()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Daorsmul_i.c41 (cout) = mpn_mul_1c (dst, src, size, n, cin); \
115 cy = mpn_mul_1c (wp, xp, dsize, y, cy); in mpz_aorsmul_1()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dmul_ui.c170 cy_limb = mpn_mul_1c (rp, up, size, vl, cin); in mpf_mul_ui()
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
H A Dmul_1.asm158 PROLOGUE(mpn_mul_1c)
/netbsd/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
H A Dmul_1.asm67 PROLOGUE(mpn_mul_1c)
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
H A Dmul_1.asm184 PROLOGUE(mpn_mul_1c)
/netbsd/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmul_1.asm1 dnl IA-64 mpn_mul_1, mpn_mul_1c -- Multiply a limb vector with a limb and
53 define(`cy', `r36') C for mpn_mul_1c
561 PROLOGUE(mpn_mul_1c)
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-instrument.c269 mpn_mul_1c (wp, xp, size, yp[0], CNST_LIMB(0)); in check()
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmul_1.asm161 PROLOGUE(mpn_mul_1c)
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1162 #define mpn_mul_1c __MPN(mul_1c) macro
1163 __GMP_DECLSPEC mp_limb_t mpn_mul_1c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t, mp_limb_t);
H A DChangeLog15035 * mpn/amd64/mul_1.asm: Add mpn_mul_1c entry point.
21919 * mpn/alpha/mul_1.asm: Add mpn_mul_1c entry.
21967 * mpn/generic/set_str.c (mpn_set_str): Use mpn_mul_1c if available.
22276 mpn_addsub_nc, mpn_divrem_1c, mpn_dump, mpn_mod_1c, mpn_mul_1c,
24421 conditionals, use mpn_mul_1c if available.
28437 * gmp.h (mpn_addmul_1c, mpn_divrem_1c, mpn_mod_1c, mpn_mul_1c,
/netbsd/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1947 { TRY(mpn_mul_1c), TYPE_MUL_1C },