Home | History | Annotate | Download | only in src

Lines Matching refs:totalLength

946     int totalLength = 0;
953 totalLength += wordLength;
960 if (totalLength <= 0 || totalFreq <= 0) {
1005 const int normalizedScoreNotEnoughDemotionAdjustment = 100 - 100 / (totalLength * totalLength);
1010 // * (1 - 1 / totalLength) / (1 - 1 / (totalLength + 1))
1012 multiplyIntCapped(powerIntCapped(typedLetterMultiplier, totalLength), &totalFreq);
1019 const int normalizedScoreDemotionRateOffset = (100 + 100 / totalLength);