Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
Ddic_node_state_scoring.h72 const int inputSize, const int totalInputIndex, in addCost() argument
74 addDistance(spatialCost, languageCost, doNormalization, inputSize, totalInputIndex); in addCost()
207 bool doNormalization, int inputSize, int totalInputIndex) { in addDistance() argument
214 / static_cast<float>(std::max(1, totalInputIndex)); in addDistance()