HomeSort by relevance Sort by last modified time
    Searched full:min_score (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 237 double min_score = 0; local
245 min_score = max_score;
249 if (raw_spellings_[pos].freq < min_score)
250 min_score = raw_spellings_[pos].freq;
256 printf("-----max psb: %f, min psb: %f\n", max_score, min_score);
259 min_score = log(min_score);
263 max_score, min_score);
265 // The absolute value of min_score is bigger than that of max_score because
267 score_amplifier_ = 1.0 * 255 / min_score;
    [all...]

Completed in 59 milliseconds