Searched refs:NumIterations (Results 1 – 12 of 12) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | BenchCon.cpp | 19 UInt64 NumIterations; member 23 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } in Init() 26 if (NumIterations == 0) in Normalize() 28 Rating /= NumIterations; in Normalize() 29 Usage /= NumIterations; in Normalize() 30 RPU /= NumIterations; in Normalize() 31 NumIterations = 1; in Normalize() 38 NumIterations = (r1.NumIterations + r2.NumIterations) / 2; in SetMid() 102 res.NumIterations++; in PrintResults() 136 …mpressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations); in SetDecodeResult() [all …]
|
D | Main.cpp | 343 …HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.Di… in Main2() 367 (FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize); in Main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.h | 16 UInt32 NumIterations; member 17 CBenchInfo(): NumIterations(0) {} in CBenchInfo()
|
D | Bench.cpp | 472 UInt32 NumIterations; member 640 for (UInt32 j = 0; j < NumIterations; j++) in Decode() 731 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numEncoderThreads; in LzmaBench() 762 info.NumIterations = 1; // progressInfoSpec->NumIterations; in LzmaBench() 779 encoder.NumIterations = 2 + kUncompressMinBlockSize / encoder.kBufferSize; in LzmaBench() 784 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numDecoderThreads; in LzmaBench() 836 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations; in LzmaBench()
|
D | ArchiveCommandLine.h | 89 UInt32 NumIterations; member
|
D | ArchiveCommandLine.cpp | 993 options.NumIterations = 1; in Parse2() 996 if (!ConvertStringToUInt32(nonSwitchStrings[curCommandIndex++], options.NumIterations)) in Parse2()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 289 size_t Fuzzer::Loop(size_t NumIterations) { in Loop() argument 291 for (size_t i = 1; i <= NumIterations; i++) { in Loop()
|
D | FuzzerInternal.h | 63 size_t Loop(size_t NumIterations);
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 341 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local 345 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis() 346 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 633 Expr *NumIterations, Sema &SemaRef, 2400 Expr *NumIterations; member 2538 ResultIterSpace.NumIterations = ISC.BuildNumIterations( in CheckOpenMPIterationSpace() 2548 HasErrors |= (ResultIterSpace.NumIterations == nullptr || in CheckOpenMPIterationSpace() 2693 auto N0 = IterSpaces[0].NumIterations; in CheckOpenMPLoop() 2705 auto N = IterSpaces[Cnt].NumIterations; in CheckOpenMPLoop() 2730 ExprResult NumIterations = LastIteration; in CheckOpenMPLoop() local 2757 NumIterations = SemaRef.BuildBinOp( in CheckOpenMPLoop() 2760 if (!NumIterations.isUsable()) in CheckOpenMPLoop() 2835 NumIterations.get()); in CheckOpenMPLoop() [all …]
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 436 Expr *NumIterations; member 474 NumIterations != nullptr && PreCond != nullptr && in builtAll()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5471 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local 5475 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
|