HomeSort by relevance Sort by last modified time
    Searched defs:getCompoundDistance (Results 1 - 2 of 2) 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(

Completed in 68 milliseconds