Home
last modified time | relevance | path

Searched refs:RESCORE (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c26 #define RESCORE(word_score, sound_score) ((3 * word_score + sound_score) / 4) macro
1107 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()