Searched refs:SCORE_INS (Results 1 – 1 of 1) sorted by relevance
99 #define SCORE_INS 96 // insert a character macro2008 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()[all …]