HomeSort by relevance Sort by last modified time
    Searched refs:SUGGEST_INTERFACE_OUTPUT_SCALE (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 93 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 44 // 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;

Completed in 46 milliseconds