Home
last modified time | relevance | path

Searched refs:getCompoundDistance (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h102 float getCompoundDistance() const { in getCompoundDistance() function
103 return getCompoundDistance(1.0f); in getCompoundDistance()
106 float getCompoundDistance( in getCompoundDistance() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h293 float getCompoundDistance() const { in getCompoundDistance() function
294 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance(); in getCompoundDistance()
298 float getCompoundDistance(const float weightOfLangModelVsSpatialModel) const { in getCompoundDistance() function
299 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance( in getCompoundDistance()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp231 if (dicNode->getCompoundDistance() >= static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) { in processTerminalDicNode()
262 if (dicNode->getCompoundDistance() < static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) { in processExpandedDicNode()
436 if (newDicNode.getCompoundDistance() < static_cast<float>(MAX_VALUE_FOR_WEIGHTING)) { in createNextWordDicNode()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp137 terminalDicNode->getCompoundDistance(weightOfLangModelVsSpatialModel) in outputSuggestionsOfDicNode()