Lines Matching refs:nbLoops
101 #define NBLOOPS 3
141 static int nbIterations = NBLOOPS;
146 void BMK_SetNbIterations(int nbLoops)
148 nbIterations = nbLoops;
360 int nbLoops;
367 nbLoops = 0;
375 nbLoops++;
379 if ((double)milliTime < fastestC*nbLoops) fastestC = (double)milliTime/nbLoops;
388 nbLoops = 0;
396 nbLoops++;
400 if ((double)milliTime < fastestD*nbLoops) fastestD = (double)milliTime/nbLoops;