Home
last modified time | relevance | path

Searched refs:SUGGEST_INTERFACE_OUTPUT_SCALE (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp97 return (static_cast<float>(score) / SUGGEST_INTERFACE_OUTPUT_SCALE) * weight; in calcNormalizedScore()
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_scoring.h93 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE); in calculateFinalScore()
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h264 #define SUGGEST_INTERFACE_OUTPUT_SCALE 1000000.0f macro