OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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