Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_weighting.h83 const float weightedDistance = ScoringParams::DISTANCE_WEIGHT_LENGTH * normalizedDistance; in getMatchedCost() local
102 return weightedDistance + cost; in getMatchedCost()
140 const float weightedDistance = dist * ScoringParams::DISTANCE_WEIGHT_LENGTH; in getInsertionCost() local
150 return cost + weightedDistance; in getInsertionCost()