Lines Matching defs:term
688 int delta = dppi->delta, pre_delta, term = dppi->value;
698 dp.value = term;
725 int term, branches = s->num_branches - depth;
736 for (term = 1; term <= 18; term++) {
737 if (term == 17 && branches == 1 && depth + 1 < info->nterms)
740 if (term > 8 && term < 17)
743 if (!s->extra_flags && (term > 4 && term < 17))
746 info->dps[depth].value = term;
759 term_bits[term + 3] = bits;
1505 int term = dppi->value;
1514 dp.value = term;
1670 int term, branches = s->num_branches - depth;
1683 for (term = -3; term <= 18; term++) {
1684 if (!term || (term > 8 && term < 17))
1687 if (term == 17 && branches == 1 && depth + 1 < info->nterms)
1690 if (term == -1 || term == -2)
1694 if (!s->extra_flags && (term > 4 && term < 17))
1697 info->dps[depth].value = term;
1713 term_bits[term + 3] = bits;