Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmod64.hpp51 static Integer getmaxmod() {return Integer(UINT64_MAX);} in getmaxmod() function in Modulus64
53 static void getmaxmod(Integer &r) {r = getmaxmod();} in getmaxmod() function in Modulus64
54 static bool valid(const Integer &m) {return getminmod() <= m && m <= getmaxmod();} in valid()
H A Dmodredc64.hpp84 static Integer getmaxmod() {return Integer(UINT64_MAX);} in getmaxmod() function in ModulusREDC64
86 static void getmaxmod(Integer &r) {r = getmaxmod();} in getmaxmod() function in ModulusREDC64
88 return getminmod() <= m && m <= getmaxmod() && m % 2 == 1; in valid()
H A Dmodredc126.hpp51 static Integer getmaxmod() {return Integer(UINT64_MAX, UINT64_MAX >> 2);} /* 2^126-1 */ in getmaxmod() function in ModulusREDC126
53 return getminmod() <= m && m <= getmaxmod() && m % 2 == 1; in valid()
H A Dmod_mpz_new.hpp143 static void getmaxmod(Integer &r) { in getmaxmod() function in ModulusMPZ