Searched refs:rating_per_ch (Results 1 – 2 of 2) sorted by relevance
833 float rating_per_ch; in terrible_word_crunch() local845 rating_per_ch = word->best_choice->rating () / adjusted_len; in terrible_word_crunch()847 if (rating_per_ch > crunch_terrible_rating) in terrible_word_crunch()854 else if ((rating_per_ch > crunch_poor_garbage_rate) && in terrible_word_crunch()873 float rating_per_ch; in potential_word_crunch() local889 rating_per_ch = word->best_choice->rating () / adjusted_len; in potential_word_crunch()891 if (rating_per_ch > crunch_pot_poor_rate) { in potential_word_crunch()1269 float rating_per_ch; in word_deletable() local1303 rating_per_ch = word->best_choice->rating () / word_len; in word_deletable()1305 if (rating_per_ch > crunch_del_rating) { in word_deletable()
1003 float rating_per_ch; in set_unlv_suspects() local1028 rating_per_ch = word.rating() / word_res->reject_map.length(); in set_unlv_suspects()1030 if (rating_per_ch >= suspect_rating_per_ch) in set_unlv_suspects()1033 if ((word_res->tess_accepted) || (rating_per_ch < suspect_accept_rating)) { in set_unlv_suspects()