OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTIPLE_WORD_COST_MULTIPLIER_SCALE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.cpp
31
const float HeaderPolicy::
MULTIPLE_WORD_COST_MULTIPLIER_SCALE
= 100.0f;
63
return
MULTIPLE_WORD_COST_MULTIPLIER_SCALE
/ static_cast<float>(demotionRate);
header_policy.h
131
static const float
MULTIPLE_WORD_COST_MULTIPLIER_SCALE
;
Completed in 152 milliseconds