Home
last modified time | relevance | path

Searched refs:NumIterations (Results 1 - 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.h21 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 DBench.cpp845 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 DArchiveCommandLine.h117 UInt32 NumIterations; member
H A DArchiveCommandLine.cpp1626 options.NumIterations = 1; in Parse2()
1630 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
/third_party/benchmark/test/
H A Doutput_test.h102 double NumIterations() const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
H A Duser_counters_test.cc53 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 Doutput_test_helper.cc320 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 DStraightLineStrengthReduce.cpp355 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 DStackColoring.cpp438 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 DMain.cpp1210 options.Properties, options.NumIterations, (FILE *)so);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range
7974 if (IterationNum == NumIterations)

Completed in 25 milliseconds