Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Drenumber.cpp1894 std::vector<cxx_gmp_randstate> rstate_per_thread(omp_get_max_threads()); in operator ()() local
1895 #pragma omp parallel default(none) shared(rstate_per_thread) in operator ()()
1918 #pragma omp task firstprivate(latest) default(none) shared(rstate_per_thread) in operator ()()
1920 preprocess(*latest, rstate_per_thread[omp_get_thread_num()]); in operator ()()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dbatch.cpp243 std::vector<cxx_gmp_randstate> rstate_per_thread(omp_get_max_threads()); in prime_tree_poly() local
258 mpz_poly_roots_ulong (NULL, f, q[j], rstate_per_thread[omp_get_thread_num()]) == 0) in prime_tree_poly()