OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUGGEST_INTERFACE_OUTPUT_SCALE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h
61
return static_cast<int>(score *
SUGGEST_INTERFACE_OUTPUT_SCALE
);
/packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp
43
//
SUGGEST_INTERFACE_OUTPUT_SCALE
was multiplied to the original suggestion scores to convert
45
// score = (int)((original score) *
SUGGEST_INTERFACE_OUTPUT_SCALE
)
47
// normalizedScore = ((float)score) /
SUGGEST_INTERFACE_OUTPUT_SCALE
96
return (static_cast<float>(score) /
SUGGEST_INTERFACE_OUTPUT_SCALE
) * weight;
Completed in 103 milliseconds