Home | History | Annotate | Download | only in i18n

Lines Matching refs:iterations

5215 /* with the main difference being that the iterations in the series   */
5222 /* code does not precalculate the number of iterations and so cannot */
5241 /* iterations by appoximately a third with additional (although */
5251 /* which dominates when the number of iterations is small (less */
5298 Int iterations=0; /* for later sanity check */
5426 /* the additions on the second and subsequent iterations are */
5467 iterations++;
5485 if (iterations>p+3)
5486 printf("Exp iterations=%ld, status=%08lx, p=%ld, d=%ld\n",
5487 (LI)iterations, (LI)*status, (LI)p, (LI)x->digits);
5605 /* it typically needs 4-6 iterations for short numbers, and the */
5615 /* iterations will be neede -- so this would only speed up by */
5650 Int iterations=0; /* for later sanity check */
5781 iterations++;
5782 if (iterations>24) break; /* consider 9 * 2**24 */
5829 if (iterations>24)
5830 printf("Ln iterations=%ld, status=%08lx, p=%ld, d=%ld\n",
5831 (LI)iterations, (LI)*status, (LI)p, (LI)rhs->digits);