Lines Matching full:iterations
5213 /* with the main difference being that the iterations in the series */
5220 /* code does not precalculate the number of iterations and so cannot */
5239 /* iterations by appoximately a third with additional (although */
5249 /* which dominates when the number of iterations is small (less */
5296 Int iterations=0; /* for later sanity check */
5424 /* the additions on the second and subsequent iterations are */
5465 iterations++;
5483 if (iterations>p+3)
5484 printf("Exp iterations=%ld, status=%08lx, p=%ld, d=%ld\n",
5485 (LI)iterations, (LI)*status, (LI)p, (LI)x->digits);
5603 /* it typically needs 4-6 iterations for short numbers, and the */
5613 /* iterations will be neede -- so this would only speed up by */
5648 Int iterations=0; /* for later sanity check */
5779 iterations++;
5780 if (iterations>24) break; /* consider 9 * 2**24 */
5827 if (iterations>24)
5828 printf("Ln iterations=%ld, status=%08lx, p=%ld, d=%ld\n",
5829 (LI)iterations, (LI)*status, (LI)p, (LI)rhs->digits);