Searched defs:maxScore (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dcorrection.cpp1130 const float maxScore = score >= S_INT_MAX ? static_cast<float>(S_INT_MAX) local
1140 return (static_cast<float>(score) / maxScore) * weight;

Completed in 146 milliseconds