HomeSort by relevance Sort by last modified time
    Searched refs:STRONG_BASE_PROBABILITY (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 82 static const int STRONG_BASE_PROBABILITY;
forgetting_curve_utils.cpp 186 const int ForgettingCurveUtils::ProbabilityTable::STRONG_BASE_PROBABILITY = 9;
225 return static_cast<float>(STRONG_BASE_PROBABILITY * (level + 1));

Completed in 137 milliseconds