Searched refs:mpn_mod_1_1p (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dmod_1_1-1.c35 #undef mpn_mod_1_1p macro
37 #define mpn_mod_1_1p mpn_mod_1_1p_1 macro
H A Dmod_1_1-2.c35 #undef mpn_mod_1_1p macro
37 #define mpn_mod_1_1p mpn_mod_1_1p_2 macro
H A Dcommon.c759 SPEED_ROUTINE_MPN_MOD_1_1 (mpn_mod_1_1p,mpn_mod_1_1p_cps);
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1.c79 #undef mpn_mod_1_1p macro
80 #define mpn_mod_1_1p(ap, n, b, pre) \ macro
252 return mpn_mod_1_1p (ap, n, b, pre);
265 return mpn_mod_1_1p (ap, n, b << pre[1], pre);
H A Dmod_1_1.c0 /* mpn_mod_1_1p (ap, n, b, cps)
190 mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t bmodb[4]) function
264 mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t bmodb[4]) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c210 return mpn_mod_1_1p (ap, n, b, pre);
223 return mpn_mod_1_1p (ap, n, b << pre[1], pre);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mod_1.c36 r = mpn_mod_1_1p (ap, n, b << pre[1], pre);
39 printf ("mpn_mod_1_1p failed\n");
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
H A Dmod_1_1.asm33 MULFUNC_PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
H A Dmod_1_1.asm33 MULFUNC_PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_1.asm1 dnl x86-32 mpn_mod_1_1p for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
61 PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dmod_1_1.asm1 dnl PowerPC-64 mpn_mod_1_1p
54 PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v5/
H A Dmod_1_1.asm1 dnl ARM mpn_mod_1_1p
49 PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmod_1_1.asm1 dnl x86-32 mpn_mod_1_1p, requiring cmov.
73 C mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, mp_limb_t pre[4])
81 PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmod_1_1.asm1 dnl AMD64 mpn_mod_1_1p
57 C mpn_mod_1_1p (mp_srcptr ap, mp_size_t n, mp_limb_t b, mp_limb_t bmodb[4])
87 PROLOGUE(mpn_mod_1_1p)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1234 #ifndef mpn_mod_1_1p /* if not done with cpuvec in a fat binary */
1235 #define mpn_mod_1_1p __MPN(mod_1_1p) macro
1236 __GMP_DECLSPEC mp_limb_t mpn_mod_1_1p (mp_srcptr, mp_size_t, mp_limb_t, const mp_limb_t [4]) __GMP_ATTRIBUTE_PURE;

Completed in 137 milliseconds