Searched refs:mpn_addlsh_n (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | toom_eval_pm2exp.c | 62 xp2[n] = mpn_addlsh_n (xp2, xp, xp + 2*n, n, 2*shift); in mpn_toom_eval_pm2exp() 64 xp2[n] += mpn_addlsh_n (xp2, xp2, xp + i*n, n, i*shift); in mpn_toom_eval_pm2exp() 68 tp[n] += mpn_addlsh_n (tp, tp, xp+i*n, n, i*shift); in mpn_toom_eval_pm2exp() 72 cy = mpn_addlsh_n (tp, tp, xp+k*n, hn, k*shift); in mpn_toom_eval_pm2exp() 77 cy = mpn_addlsh_n (xp2, xp2, xp+k*n, hn, k*shift); in mpn_toom_eval_pm2exp()
|
| D | toom_eval_dgr3_pm2.c | 58 xp2[n] = mpn_addlsh_n (xp2, xp, xp + 2*n, n, 2); in mpn_toom_eval_dgr3_pm2() 60 cy = mpn_addlsh_n (tp, xp + n, xp + 3*n, x3n, 2); in mpn_toom_eval_dgr3_pm2()
|
| D | toom_eval_pm2rexp.c | 41 #define DO_mpn_addlsh_n(dst,src,n,s,ws) mpn_addlsh_n(dst,dst,src,n,s)
|
| D | toom_eval_pm2.c | 52 (cy) += mpn_addlsh_n(d, a, b, n, 2); \
|
| D | toom53_mul.c | 175 cy = mpn_addlsh_n (bs2, b0, b2, t, 2); in mpn_toom53_mul()
|
| D | toom_interpolate_12pts.c | 86 #define DO_mpn_addlsh_n(dst,src,n,s,ws) mpn_addlsh_n(dst,dst,src,n,s)
|
| D | toom_interpolate_16pts.c | 82 #define DO_mpn_addlsh_n(dst,src,n,s,ws) mpn_addlsh_n(dst,dst,src,n,s)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/ |
| D | aorrlsh_n.asm | 1 dnl AMD64 mpn_addlsh_n -- rp[] = up[] + (vp[] << k) 63 define(func_n, mpn_addlsh_n) 74 MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| D | aorrlsh_n.asm | 1 dnl AMD64 mpn_addlsh_n -- rp[] = up[] + (vp[] << k) 63 define(func_n, mpn_addlsh_n) 77 MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/k8/ |
| D | aorrlsh_n.asm | 1 dnl AMD64 mpn_addlsh_n and mpn_rsblsh_n. R = V2^k +- U. 59 define(func, mpn_addlsh_n)
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| D | aorrlsh_n.asm | 1 dnl AMD64 mpn_addlsh_n and mpn_rsblsh_n. R = V2^k +- U.
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/bd1/ |
| D | aorrlsh_n.asm | 1 dnl X86-64 mpn_addlsh_n and mpn_rsblsh_n.
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| D | aorrlsh_n.asm | 1 dnl AMD64 mpn_addlsh_n and mpn_rsblsh_n. R = V2^k +- U.
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-impl.h | 852 #define mpn_addlsh1_n(a,b,c,d) mpn_addlsh_n(a,b,c,d,1) 872 #define mpn_addlsh2_n(a,b,c,d) mpn_addlsh_n(a,b,c,d,2) 1006 #ifndef mpn_addlsh_n 1007 #define mpn_addlsh_n __MPN(addlsh_n) macro 1008 __GMP_DECLSPEC mp_limb_t mpn_addlsh_n (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, unsigned int);
|
| D | ChangeLog | 4284 with mpn_addlsh_n, etc when !HAVE_NATIVE the former but HAVE_NATIVE the 9276 * mpn/x86_64/pentium4/gmp-mparam.h: Disable mpn_addlsh_n, mpn_rsblsh_n. 11336 * gmp-impl.h (mpn_addlsh_n): Added prototype and name-mangling.
|
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | common.c | 1148 SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_addlsh_n (wp, xp, yp, s->size, 7)); in speed_mpn_addlsh_n()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/devel/ |
| D | try.c | 1815 { TRY(mpn_addlsh_n), TYPE_ADDLSH_N },
|