OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:average_score
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp
269
double
average_score
= 0;
local
274
average_score
+= score;
289
average_score
/= spelling_num_;
290
assert(
average_score
<= 255);
291
average_score_ = static_cast<uint8>(
average_score
);
spellingtrie.cpp
274
unsigned char
average_score
) {
297
average_score_ =
average_score
;
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
169
//
average_score
is the
average_score
of all spellings. The dumb node is
172
float score_amplifier, unsigned char
average_score
);
Completed in 349 milliseconds