Searched refs:durationToLevelDownInSeconds (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dforgetting_curve_utils.cpp110 const int durationToLevelDownInSeconds = DURATION_TO_LOWER_THE_LEVEL_IN_SECONDS; local
112 originalHistoricalInfo->getTimestamp(), durationToLevelDownInSeconds);
122 levelDownAmount * durationToLevelDownInSeconds;
155 const int durationToLevelDownInSeconds) {
158 durationToLevelDownInSeconds / (MAX_ELAPSED_TIME_STEP_COUNT + 1);
154 getElapsedTimeStepCount(const int timestamp, const int durationToLevelDownInSeconds) argument

Completed in 48 milliseconds