Searched refs:getCompoundDistance (Results 1 – 4 of 4) sorted by relevance
102 float getCompoundDistance() const { in getCompoundDistance() function103 return getCompoundDistance(1.0f); in getCompoundDistance()106 float getCompoundDistance( in getCompoundDistance() function
293 float getCompoundDistance() const { in getCompoundDistance() function294 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance(); in getCompoundDistance()298 float getCompoundDistance(const float weightOfLangModelVsSpatialModel) const { in getCompoundDistance() function299 return mDicNodeState.mDicNodeStateScoring.getCompoundDistance( in getCompoundDistance()
231 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()
137 terminalDicNode->getCompoundDistance(weightOfLangModelVsSpatialModel) in outputSuggestionsOfDicNode()