Lines Matching refs:numCommands
836 const UInt64 numCommands = GetNumCommands_from_Size_and_Complexity(size, encComplex);
837 return MyMultDiv64(numCommands, freq, elapsedTime);
842 const UInt64 numCommands = GetNumCommands_Dec(inSize, outSize) * numIterations;
843 return MyMultDiv64(numCommands, freq, elapsedTime);
1721 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands)
1723 if (numCommands < (1 << 4))
1724 numCommands = (1 << 4);
1725 UInt64 res = complexInCommands / numCommands;
3377 const UInt64 numCommands = (UInt64)numIterations * numIterations2 * numThreads * complexity;
3378 const UInt64 rating = info.GetSpeed(numCommands);
3571 const UInt64 numCommands = unpSizeThreads2 * complexity / 256;
3572 const UInt64 rating = info.GetSpeed(numCommands);