Home
last modified time | relevance | path

Searched refs:needsToDecay (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dforgetting_curve_utils.h46 static bool needsToDecay(const bool mindsBlockByDecay, const EntryCounts &entryCounters,
H A Dforgetting_curve_utils.cpp127 /* static */ bool ForgettingCurveUtils::needsToDecay(const bool mindsBlockByDecay, in needsToDecay() function in latinime::ForgettingCurveUtils
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp473 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp518 return ForgettingCurveUtils::needsToDecay(mindsBlockByGC, mEntryCounters.getEntryCounts(), in needsToRunGC()