Searched refs:w_conf (Results 1 – 1 of 1) sorted by relevance
1770 int w_conf = static_cast<int>(100 + 5 * choice->certainty()); in AllWordConfidences() local1772 if (w_conf < 0) { in AllWordConfidences()1773 w_conf = 0; in AllWordConfidences()1775 if (w_conf > 100) { in AllWordConfidences()1776 w_conf = 100; in AllWordConfidences()1778 conf[n_word++] = w_conf; in AllWordConfidences()