Searched refs:NumIterations (Results 1 - 11 of 11) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 21 UInt64 NumIterations;
member 25 NumIterations means number of threads
28 NumIterations means the number of Iterations
32 CBenchInfo(): NumIterations(0) {}
in CBenchInfo() 37 UInt64 GetUnpackSizeSpeed() const { return GetSpeed(UnpackSize * NumIterations); }
in GetUnpackSizeSpeed() 39 UInt64 Get_UnpackSize_Full() const { return UnpackSize * NumIterations; }
in Get_UnpackSize_Full()
|
H A D | Bench.cpp | 845 return props.GetRating_Enc(dictSize, GlobalTime, GlobalFreq, UnpackSize * NumIterations);
852 return props.GetRating_Dec(GlobalTime, GlobalFreq, UnpackSize, PackSize, NumIterations);
1025 UInt64 NumIterations;
1425 const bool useCrc = (mask < NumIterations);
1438 const UInt64 numIterations = NumIterations;
1510 info.NumIterations = 1;
1614 const UInt64 numIterations = NumIterations;
1928 encoder.NumIterations = GetNumIterations(benchProps->GetNumCommands_Enc(uncompressedDataSize), complexInCommands);
1929 // encoder.NumIterations = 3;
1949 bpi->BenchInfo.NumIterations [all...] |
H A D | ArchiveCommandLine.h | 117 UInt32 NumIterations;
member
|
H A D | ArchiveCommandLine.cpp | 1626 options.NumIterations = 1;
in Parse2() 1630 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations))
in Parse2()
|
/third_party/benchmark/test/ |
H A D | output_test.h | 102 double NumIterations() const; 113 return NumIterations() * GetTime(kRealTime); in DurationRealTime() 116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
|
H A D | user_counters_test.cc | 53 double its = e.NumIterations(); in CheckSimple() 409 double its = e.NumIterations(); in CheckIterationInvariant() 458 double its = e.NumIterations(); in CheckIsIterationInvariantRate() 502 double its = e.NumIterations(); in CheckAvgIterations() 548 double its = e.NumIterations(); in CheckAvgIterationsRate()
|
H A D | output_test_helper.cc | 320 double Results::NumIterations() const { return GetAs<double>("iterations"); } in NumIterations() function in Results
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 355 unsigned NumIterations = 0; in allocateCandidatesAndFindBasis() local 359 Basis != Candidates.rend() && NumIterations < MaxNumIterations; in allocateCandidatesAndFindBasis() 360 ++Basis, ++NumIterations) { in allocateCandidatesAndFindBasis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 438 unsigned NumIterations; member in __anon24127::StackColoring 811 NumIterations = NumIters; in calculateLocalLiveness() 1214 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 1210 options.Properties, options.NumIterations, (FILE *)so);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range 7974 if (IterationNum == NumIterations)
|
Completed in 25 milliseconds