Searched defs:totalInputIndex (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_scoring.h72 const int inputSize, const int totalInputIndex,
74 addDistance(spatialCost, languageCost, doNormalization, inputSize, totalInputIndex);
205 bool doNormalization, int inputSize, int totalInputIndex) {
212 / static_cast<float>(std::max(1, totalInputIndex));
71 addCost(const float spatialCost, const float languageCost, const bool doNormalization, const int inputSize, const int totalInputIndex, const ErrorTypeUtils::ErrorType errorType) argument
204 addDistance(float spatialDistance, float languageDistance, bool doNormalization, int inputSize, int totalInputIndex) argument

Completed in 171 milliseconds