Searched refs:OCCURRENCES_TO_RAISE_THE_LEVEL (Results 1 – 2 of 2) sorted by relevance
36 const int ForgettingCurveUtils::OCCURRENCES_TO_RAISE_THE_LEVEL = 1; member in latinime::ForgettingCurveUtils61 if (count >= OCCURRENCES_TO_RAISE_THE_LEVEL) { in createUpdatedHistoricalInfo()69 if (updatedCount >= OCCURRENCES_TO_RAISE_THE_LEVEL) { in createUpdatedHistoricalInfo()168 return std::min(std::max(count, 0), OCCURRENCES_TO_RAISE_THE_LEVEL - 1); in clampToValidCountRange()
97 static const int OCCURRENCES_TO_RAISE_THE_LEVEL; variable