Home | History | Annotate | Download | only in dist

Lines Matching refs:ofl

50   unsigned long ofl, ofe;
101 ofl = b - 1;
103 ("#define ODD_FACTORIAL_TABLE_LIMIT (%lu)\n", ofl);
207 ofl = (ofl + 1) / 2;
209 ("#define ODD_CENTRAL_BINOMIAL_OFFSET (%lu)\n", ofl);
216 for (b = ofl;; b++)
222 if (b != ofl)
237 for (b = ofl; b <= ofe; b++)
252 for (b = ofl; b <= ofe; b++)