HomeSort by relevance Sort by last modified time
    Searched refs:NumIterations (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 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;
    [all...]
Main.cpp 343 HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize);
367 (FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize);
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 16 UInt32 NumIterations;
17 CBenchInfo(): NumIterations(0) {}
29 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations);
ArchiveCommandLine.h 89 UInt32 NumIterations;
Bench.cpp 456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 numIterations)
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations;
472 UInt32 NumIterations;
640 for (UInt32 j = 0; j < NumIterations; j++)
731 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numEncoderThreads;
762 info.NumIterations = 1; // progressInfoSpec->NumIterations;
779 encoder.NumIterations = 2 + kUncompressMinBlockSize / encoder.kBufferSize;
784 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numDecoderThreads;
836 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations;
    [all...]
ArchiveCommandLine.cpp 993 options.NumIterations = 1;
996 if (!ConvertStringToUInt32(nonSwitchStrings[curCommandIndex++], options.NumIterations))
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 4366 milliseconds