Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DBench.h21 UInt64 NumIterations; member
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()
DBench.cpp841 return props.GetCompressRating(dictSize, GlobalTime, GlobalFreq, UnpackSize * NumIterations); in GetRating_LzmaEnc()
848 return props.GetDecompressRating(GlobalTime, GlobalFreq, UnpackSize, PackSize, NumIterations); in GetRating_LzmaDec()
1013 UInt64 NumIterations; member in CEncoderInfo
1388 bool useCrc = (mask < NumIterations); in Encode()
1391 UInt64 i = NumIterations; in Encode()
1562 const UInt64 numIterations = this->NumIterations; in Decode()
1856 …encoder.NumIterations = GetNumIterations(benchProps->GeComprCommands(uncompressedDataSize), comple… in MethodBench()
1877 bpi->BenchInfo.NumIterations = numEncoderThreads; in MethodBench()
1930 info.NumIterations = encoders[0].NumIterations; in MethodBench()
1970 …encoder.NumIterations = GetNumIterations(benchProps->GeDecomprCommands(encoder.compressedSize, enc… in MethodBench()
[all …]
DArchiveCommandLine.h117 UInt32 NumIterations; member
DArchiveCommandLine.cpp1624 options.NumIterations = 1; in Parse2()
1628 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
/third_party/benchmark/test/
Doutput_test.h102 double NumIterations() const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
116 double DurationCPUTime() const { return NumIterations() * GetTime(kCpuTime); } in DurationCPUTime()
Duser_counters_test.cc53 double its = e.NumIterations(); in CheckSimple()
405 double its = e.NumIterations(); in CheckIterationInvariant()
453 double its = e.NumIterations(); in CheckIsIterationInvariantRate()
497 double its = e.NumIterations(); in CheckAvgIterations()
542 double its = e.NumIterations(); in CheckAvgIterationsRate()
Doutput_test_helper.cc321 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/
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/
DStackColoring.cpp438 unsigned NumIterations; member in __anone8bd21720111::StackColoring
811 NumIterations = NumIters; in calculateLocalLiveness()
1214 LLVM_DEBUG(dbgs() << "Dataflow iterations: " << NumIterations << "\n"); in runOnMachineFunction()
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1132 options.Properties, options.NumIterations, (FILE *)so); in Main2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local
7974 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()