Searched refs:SUGGEST_INTERFACE_OUTPUT_SCALE (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dautocorrection_threshold_utils.cpp44 // SUGGEST_INTERFACE_OUTPUT_SCALE was multiplied to the original suggestion scores to convert
46 // score = (int)((original score) * SUGGEST_INTERFACE_OUTPUT_SCALE)
48 // normalizedScore = ((float)score) / SUGGEST_INTERFACE_OUTPUT_SCALE
97 return (static_cast<float>(score) / SUGGEST_INTERFACE_OUTPUT_SCALE) * weight;
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_scoring.h64 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE);

Completed in 64 milliseconds