Searched refs:adjust_strategy (Results 1 – 8 of 8) sorted by relevance
32 int adjust_strategy = las.adjust_strategy; in choose_sieve_area() local109 if (adjust_strategy != 1) in choose_sieve_area()112 if (adjust_strategy >= 2) in choose_sieve_area()115 if (adjust_strategy >= 3) { in choose_sieve_area()
60 int adjust_strategy = 0; member
153 param_list_parse_int(pl, "adjust-strategy", &adjust_strategy); in las_info()
581 if (las.adjust_strategy == 2) { in expected_memory_usage_per_subjob_worst_logI()1768 if (las.adjust_strategy < 2) { in main()
32 int adjust_strategy = 0; variable332 if (adjust_strategy != 1) in main()335 if (adjust_strategy >= 2) in main()338 if (adjust_strategy >= 3) { in main()
56 adjust_strategy
287 # The sieving area is split depending on the adjust_strategy option.311 tasks.sieve.adjust_strategy = 0 # Sieving strategy315 # adjust_strategy = 0 : constant width and adaptive height.316 # adjust_strategy = 1 : same, but adapt height differently. Rarely pays off317 # adjust_strategy = 2 : adaptive width and height, constant area.
869 adjust_strategy: Parameter("adjust-strategy", checktype=int)=None,