Home
last modified time | relevance | path

Searched refs:STRONG_BASE_PROBABILITY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.cpp186 const int ForgettingCurveUtils::ProbabilityTable::STRONG_BASE_PROBABILITY = 9; member in latinime::ForgettingCurveUtils::ProbabilityTable
225 return static_cast<float>(STRONG_BASE_PROBABILITY * (level + 1)); in getBaseProbabilityForLevel()
Dforgetting_curve_utils.h82 static const int STRONG_BASE_PROBABILITY; variable