Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/
H A Dfinishecm.cpp79 int batchlpb[2] = {0, 0}; in main() local
80 param_list_parse_int(pl, "batchlpb0", &(batchlpb[0])); in main()
81 param_list_parse_int(pl, "batchlpb1", &(batchlpb[1])); in main()
82 if (batchlpb[0] * batchlpb[1] == 0) { in main()
89 B[0] = 1UL<<batchlpb[0]; in main()
90 B[1] = 1UL<<batchlpb[1]; in main()
H A Dprecompbatch.cpp82 int batchlpb[2] = {0, 0}; in main() local
83 param_list_parse_int(pl, "batchlpb0", &batchlpb[0]); in main()
84 param_list_parse_int(pl, "batchlpb1", &batchlpb[1]); in main()
86 if (batchlpb[0] * batchlpb[1] == 0) { in main()
107 1UL << batchlpb[side], cpoly->pols[side], stdout, nb_threads, extra_time); in main()
H A Dfinishbatch.cpp125 int batchlpb[2] = {0, 0}; in main() local
129 param_list_parse_int(pl, "batchlpb0", &(batchlpb[0])); in main()
130 param_list_parse_int(pl, "batchlpb1", &(batchlpb[1])); in main()
133 if (batchlpb[0] * batchlpb[1] * batchmfb[0] * batchmfb[1] == 0) { in main()
147 1UL << batchlpb[side], cpoly->pols[side], stdout, nb_threads, in main()
193 find_smooth(List, batchP, batchlpb, lpb, batchmfb, stdout, nb_threads, extra_time); in main()
196 …std::list<relation> smooth = factor(List, cpoly, batchlpb, lpb, ncurves, stdout, nb_threads, extra… in main()
H A Dbatch.hpp51 int batchlpb[2], int lpb[2], int batchmfb[2],
H A Dbatch.cpp566 int batchlpb[2], int lpb[2], int batchmfb[2], in find_smooth()
592 mpz_ui_pow_ui(B, 2, batchlpb[side]); in find_smooth()
826 int batchlpb[2], in factor_one()
859 if (batchlpb[side] == lpb[side]) { in factor_one()
898 int batchlpb[2], in factor()
954 factor_one (smooth_local, *it, pol, B, batchlpb, lpb, out, methods, in factor()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-info.cpp191 batchlpb[0] = sc0.sides[0].lpb; in las_info()
192 batchlpb[1] = sc0.sides[1].lpb; in las_info()
195 param_list_parse_int(pl, "batchlpb0", &(batchlpb[0])); in las_info()
196 param_list_parse_int(pl, "batchlpb1", &(batchlpb[1])); in las_info()
205 if (batchlpb[side] + 0.5287 >= 31 + log2(GMP_LIMB_BITS)) { in las_info()
206 …al with primes product that large (max 37 bits, asked for batchlpb%d=%d)\n", side, batchlpb[side]); in las_info()
208 } else if (batchlpb[side] + 0.5287 >= 34) { in las_info()
209 …tions are limited to integers of at most 34 bits (asked for batchlpb%d=%d)\n",side,batchlpb[side]); in las_info()
H A Dlas-info.hpp203 int batchlpb[2]; member
H A Dlas.cpp1693 1UL << las.batchlpb[side], in main()
1708 batchP, las.batchlpb, lpb, las.batchmfb, in main()
1721 if (las.batchlpb[0] == lpb[0] || las.batchlpb[1] == lpb[1]) { in main()
1731 las.batchlpb, in main()