Searched refs:penalty (Results 1 – 6 of 6) sorted by relevance
486 int penalty; member608 s->penalty += START_OF_FILE_PENALTY; in score_add_split()611 s->penalty += END_OF_FILE_PENALTY; in score_add_split()621 s->penalty += TOTAL_BLANK_WEIGHT * total_blank; in score_add_split()622 s->penalty += POST_BLANK_WEIGHT * post_blank; in score_add_split()642 s->penalty += any_blanks ? in score_add_split()663 s->penalty += any_blanks ? in score_add_split()670 s->penalty += any_blanks ? in score_add_split()683 return INDENT_WEIGHT * cmp_indents + (s1->penalty - s2->penalty); in score_cmp()921 best_score.penalty = score.penalty; in xdl_change_compact()
38 " non-matching leading letter(s) penalty40 " total non-matching letter(s) penalty44 " gap penalty185 " non-matching leading letter(s) penalty188 " total non-matching letter(s) penalty
140 \ '\\\%(un\)\=penalty\>'250 \ '\\\%(broken\|club\|exhyphen\|floating\|hyphen\|interline\|line\|output\|widow\)penalty\>'
4302 int penalty; in fuzzy_match_compute_score() local4312 penalty = LEADING_LETTER_PENALTY * matches[0]; in fuzzy_match_compute_score()4313 if (penalty < MAX_LEADING_LETTER_PENALTY) in fuzzy_match_compute_score()4314 penalty = MAX_LEADING_LETTER_PENALTY; in fuzzy_match_compute_score()4315 score += penalty; in fuzzy_match_compute_score()
1158 bytes are used, not characters, to avoid a speed penalty (this only matters
4325 to avoid a performance penalty (esp. for string options)?