Searched refs:RESCORE (Results 1 – 1 of 1) sorted by relevance
26 #define RESCORE(word_score, sound_score) ((3 * word_score + sound_score) / 4) macro1107 RESCORE(SCORE_REP, 0), 0, TRUE, su->su_sallang, FALSE); in suggest_try_special()3345 goodscore = RESCORE(goodscore, score); in add_sound_suggest()3703 stp->st_score = RESCORE(stp->st_score, stp->st_altscore); in rescore_one()