HomeSort by relevance Sort by last modified time
    Searched refs:INSERTION_COST (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 53 static const float INSERTION_COST;
scoring_params.cpp 46 const float ScoringParams::INSERTION_COST = 0.7248f;
typing_weighting.h 148 cost += ScoringParams::INSERTION_COST;

Completed in 114 milliseconds