Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Drenumber.cpp1765 struct prime_chunk {/*{{{*/ struct
1769 prime_chunk(std::vector<unsigned long> && primes) : primes(primes) {} in prime_chunk() function
1771 prime_chunk() = default;
1798 void preprocess(prime_chunk & P, gmp_randstate_ptr rstate);
1799 void postprocess(prime_chunk & P);
1802 void renumber_t::builder::preprocess(prime_chunk & P, gmp_randstate_ptr rstate)/*{{{*/ in preprocess()
1856 void renumber_t::builder::postprocess(prime_chunk & P)/*{{{*/ in postprocess()
1901 std::list<prime_chunk> inflight; in operator ()()
1917 prime_chunk * latest(&inflight.back()); in operator ()()
1928 prime_chunk & next(inflight.front()); in operator ()()