Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellsuggest.c121 #define SCORE_BIG SCORE_INS * 3 // big difference macro
2909 stp->st_score = (stp->st_score * 3 + SCORE_BIG) / 4; in score_combine()
2933 stp->st_score = (SCORE_BIG * 7 + stp->st_altscore) / 8; in score_combine()
3702 stp->st_altscore = SCORE_BIG; in rescore_one()