Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmod_rename.h62 #undef mod_2pow_mp
134 #define mod_2pow_mp MOD_RENAME(2pow_mp) macro
220 p = (void*) &mod_2pow_mp; in mod_test_if_functions_exist()
H A Dmodredc_2ul_common.c406 mod_2pow_mp (residue_t r, const unsigned long *e, const int e_nrwords, in mod_2pow_mp() function
491 mod_2pow_mp (r, mm1, 2UL, m); in mod_sprp2()
546 mod_2pow_mp (r1, mm1, 2UL, m); in mod_isprime()
H A Dmod_ul_common.c369 mod_2pow_mp (residue_t r, const unsigned long *e, const int e_nrwords, in mod_2pow_mp() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dpm1.c41 mod_2pow_mp (x, plan->E, plan->E_nrwords, m); in pm1()