Searched refs:round (Results 1 – 4 of 4) sorted by relevance
249 for (int round = 0; round < 10; round++) { variable251 int times = (round * 10) + i + 1;
252 for (int round = 0; round < CYCLE_TIMES; round ++) { variable254 std::cout << "round = "<< round << ", i = " << i << std::endl;
16 return int(round(time.time() * 1000))
244 return int(round(time.time() * 1000))