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

  /packages/inputmethods/LatinIME/native/src/
correction.cpp 618 const int matchWeight = powerIntCapped(typedLetterMultiplier,
620 multiplyIntCapped(matchWeight, &finalFreq);
644 const int matchWeight = powerIntCapped(typedLetterMultiplier, matchCount);
645 multiplyIntCapped(matchWeight, &finalFreq);
    [all...]

Completed in 363 milliseconds