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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 713 multiplyRate(INPUT_EXCEEDS_OUTPUT_DEMOTION_RATE, &finalFreq);
723 multiplyRate(WORDS_WITH_JUST_ONE_CORRECTION_PROMOTION_RATE
741 multiplyRate(FIRST_CHAR_DIFFERENT_DEMOTION_RATE, &finalFreq);
756 multiplyRate(demotionRate, &finalFreq);
760 if (transposedCount > 0) multiplyRate
    [all...]
correction.h 84 inline static void multiplyRate(const int rate, int *freq) {

Completed in 49 milliseconds