Home
last modified time | relevance | path

Searched refs:mpn_mod_1s_4p (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtrialdiv.c109 r = mpn_mod_1s_4p (tp, tn, ppp << cps[1], cps); in mpn_trialdiv()
H A Dmod_1_4.c90 mpn_mod_1s_4p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t cps[7]) in mpn_mod_1s_4p() function
H A Dmod_1.c277 return mpn_mod_1s_4p (ap, n, b << pre[1], pre); in mpn_mod_1()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mod_1.c69 r = mpn_mod_1s_4p (ap, n, b << pre[1], pre); in check_one()
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmod_1_4.asm1 dnl x86-32 mpn_mod_1s_4p, requiring cmov.
/netbsd/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dmod_1_4.asm1 dnl Alpha mpn_mod_1s_4p
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Dmod_1_4.asm1 dnl SPARC T3/T4/T5 mpn_mod_1s_4p.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_4.asm1 dnl x86-32 mpn_mod_1s_4p for Pentium 4 and P6 models with SSE2 (i.e. 9,D,E,F).
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmod_1_4.asm1 dnl AMD64 mpn_mod_1s_4p
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c235 return mpn_mod_1s_4p (ap, n, b << pre[1], pre); in mpn_mod_1()
H A Dmod_1_4.c92 mpn_mod_1s_4p (mp_srcptr ap, mp_size_t n, mp_limb_t b, const mp_limb_t cps[7]) in mpn_mod_1s_4p() function
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dmod_1_4.asm1 dnl PowerPC-64 mpn_mod_1s_4p
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1261 #ifndef mpn_mod_1s_4p /* if not done with cpuvec in a fat binary */
1262 #define mpn_mod_1s_4p __MPN(mod_1s_4p) macro
1263 __GMP_DECLSPEC mp_limb_t mpn_mod_1s_4p (mp_srcptr, mp_size_t, mp_limb_t, const mp_limb_t [7]) __GMP…
H A DChangeLog4526 * mpn/sparc64/mod_1_4.c (mpn_mod_1s_4p): Make precomputed arg 'const'.
4536 * mpn/generic/mod_1_4.c (mpn_mod_1s_4p): Likewise.
8409 (mpn_mod_1s_4p): Likewise.
10477 mpn_mod_1_1p, mpn_mod_1s_2p, mpn_mod_1s_3p, mpn_mod_1s_4p.
12202 * gmp-impl.h (mpn_mod_1s_1p,mpn_mod_1s_2p,mpn_mod_1s_3p,mpn_mod_1s_4p):
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c784 SPEED_ROUTINE_MPN_MOD_1_N (mpn_mod_1s_4p,mpn_mod_1s_4p_cps,4); in speed_mpn_mod_1_4()