Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dscoring_params.h66 static const float COST_COMPLETION; variable
Dscoring_params.cpp59 const float ScoringParams::COST_COMPLETION = 0.00624f; member in latinime::ScoringParams
Dtyping_weighting.h174 : ScoringParams::COST_COMPLETION; in getCompletionCost()