Searched refs:NumIterations (Results 1 – 11 of 11) sorted by relevance
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | Bench.h | 21 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()
|
| D | Bench.cpp | 841 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 …]
|
| D | ArchiveCommandLine.h | 117 UInt32 NumIterations; member
|
| D | ArchiveCommandLine.cpp | 1624 options.NumIterations = 1; in Parse2() 1628 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations)) in Parse2()
|
| /third_party/benchmark/test/ |
| 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()
|
| D | user_counters_test.cc | 53 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()
|
| D | output_test_helper.cc | 321 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/ |
| 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/ |
| D | StackColoring.cpp | 438 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/ |
| D | Main.cpp | 1132 options.Properties, options.NumIterations, (FILE *)so); in Main2()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue() local 7974 if (IterationNum == NumIterations) in getConstantEvolutionLoopExitValue()
|