OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h
29
static const int
THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED
;
scoring_params.cpp
23
const int ScoringParams::
THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED
= 120;
typing_traversal.h
192
|| probability >= ScoringParams::
THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED
;
Completed in 48 milliseconds