Home | History | Annotate | Download | only in Console

Lines Matching refs:numIterations

19   UInt64 NumIterations;

23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; }
26 if (NumIterations == 0)
28 Rating /= NumIterations;
29 Usage /= NumIterations;
30 RPU /= NumIterations;
31 NumIterations = 1;
38 NumIterations = (r1.NumIterations + r2.NumIterations) / 2;
102 res.NumIterations++;
136 UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);
139 info2.UnpackSize *= info2.NumIterations;
140 info2.PackSize *= info2.NumIterations;
141 info2.NumIterations = 1;
156 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary)
204 for (UInt32 i = 0; i < numIterations; i++)
241 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary)
268 for (UInt32 i = 0; i < numIterations; i++)