Home
last modified time | relevance | path

Searched refs:mpres_mul_2exp (Results 1 – 4 of 4) sorted by relevance

/dports/math/gmp-ecm/ecm-7.0.4/
H A Decm-impl.h550 #define mpres_mul_2exp __ECM(mpres_mul_2exp) macro
551 void mpres_mul_2exp (mpres_t, const mpres_t, const unsigned long, mpmod_t);
H A Dbatch.c345 mpres_mul_2exp (z2, z2, 6, n); in ecm_stage1_batch()
H A Dmpmod.c1565 mpres_mul_2exp (mpres_t R, const mpres_t S, const unsigned long k, in mpres_mul_2exp() function
H A DChangeLog9410 [batch.c] tiny speedup using new mpres_mul_2exp function