Lines Matching full:rounds
24 * compute how many rounds of calculation we should do
29 * @retval rounds of calculation
37 unsigned int rounds = 0; in calculate_timespace() local
43 /* get the initial calculation time for a specific number of rounds */ in calculate_timespace()
45 ROUNDS(estimated); in calculate_timespace()
53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace()
54 dprintf("calibrating with %u rounds\n", rounds); in calculate_timespace()
56 ROUNDS(rounds); in calculate_timespace()
60 estimated = rounds; in calculate_timespace()
91 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark()
95 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
128 ROUNDS(calculations); in start_benchmark()
134 "load: %lius, rounds: %u\n", in start_benchmark()
154 ROUNDS(calculations); in start_benchmark()
160 "load: %lius, rounds: %u\n", in start_benchmark()