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

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dautocorrection_threshold_utils.cpp100 const float maxScore = score >= S_INT_MAX ? static_cast<float>(S_INT_MAX) local
106 return (static_cast<float>(score) / maxScore) * weight;

Completed in 28 milliseconds