Lines Matching refs:SCORE_INS
99 #define SCORE_INS 96 // insert a character macro
121 #define SCORE_BIG SCORE_INS * 3 // big difference
1997 sp->ts_score -= SCORE_INS - SCORE_INSCOMP; in suggest_trie_walk()
2008 sp->ts_score -= SCORE_INS in suggest_trie_walk()
2146 newscore = 2 * SCORE_INS / 3; in suggest_trie_walk()
2148 newscore = SCORE_INS; in suggest_trie_walk()
2185 sp->ts_score -= SCORE_INS - SCORE_INSDUP; in suggest_trie_walk()
3971 return score + SCORE_INS + SCORE_DEL; in soundalike_score()
3982 return score + SCORE_INS + SCORE_DEL; in soundalike_score()
4041 CNT(0, j) = CNT(0, j - 1) + SCORE_INS; in spell_edit_score()
4098 t = SCORE_INS + CNT(i, j - 1); in spell_edit_score()
4192 if ((score += SCORE_INS) >= minscore) in spell_edit_score_limit()
4205 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit()
4377 if ((score += SCORE_INS) >= minscore) in spell_edit_score_limit_w()
4390 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit_w()