OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convert_psb_to_score
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
ngram.h
86
static float
convert_psb_to_score
(double psb);
/packages/inputmethods/PinyinIME/jni/share/
ngram.cpp
234
float NGram::
convert_psb_to_score
(double psb) {
function in class:ime_pinyin::NGram
329
float final_score =
convert_psb_to_score
(freq_codes_df_[code_pos]);
Completed in 70 milliseconds