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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h 102 float getCompoundDistance() const {
103 return getCompoundDistance(1.0f);
106 float getCompoundDistance(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 293 float getCompoundDistance() const {
294 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance();
298 float getCompoundDistance(const float weightOfLangModelVsSpatialModel) const {
299 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 231 if (dicNode->getCompoundDistance() >= static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) {
262 if (dicNode->getCompoundDistance() < static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) {
436 if (newDicNode.getCompoundDistance() < static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 137 terminalDicNode->getCompoundDistance(weightOfLangModelVsSpatialModel)

Completed in 56 milliseconds