Searched refs:mpn_mod_1_1p_cps (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dmod_1_1-1.c36 #undef mpn_mod_1_1p_cps macro
38 #define mpn_mod_1_1p_cps mpn_mod_1_1p_cps_1 macro
H A Dmod_1_1-2.c36 #undef mpn_mod_1_1p_cps macro
38 #define mpn_mod_1_1p_cps mpn_mod_1_1p_cps_2 macro
H A Dcommon.c759 SPEED_ROUTINE_MPN_MOD_1_1 (mpn_mod_1_1p,mpn_mod_1_1p_cps);
H A Dspeed.h1672 mpn_mod_1_1p_cps (inv, s->r); \
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmod_1.c85 #undef mpn_mod_1_1p_cps macro
86 #define mpn_mod_1_1p_cps(pre, b) \ macro
251 mpn_mod_1_1p_cps (pre, b);
264 mpn_mod_1_1p_cps (pre, b);
H A Dmod_1_1.c160 mpn_mod_1_1p_cps (mp_limb_t cps[4], mp_limb_t b) function
237 mpn_mod_1_1p_cps (mp_limb_t cps[4], mp_limb_t b) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c209 mpn_mod_1_1p_cps (pre, b);
222 mpn_mod_1_1p_cps (pre, b);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mod_1.c35 mpn_mod_1_1p_cps (pre, b);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dmod_1_1.asm130 PROLOGUE(mpn_mod_1_1p_cps)
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dmod_1_1.asm120 PROLOGUE(mpn_mod_1_1p_cps,toc)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v5/
H A Dmod_1_1.asm108 PROLOGUE(mpn_mod_1_1p_cps)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmod_1_1.asm194 PROLOGUE(mpn_mod_1_1p_cps)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dmod_1_1.asm188 PROLOGUE(mpn_mod_1_1p_cps)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1230 #ifndef mpn_mod_1_1p_cps /* if not done with cpuvec in a fat binary */
1231 #define mpn_mod_1_1p_cps __MPN(mod_1_1p_cps) macro
1232 __GMP_DECLSPEC void mpn_mod_1_1p_cps (mp_limb_t [4], mp_limb_t);

Completed in 299 milliseconds