Lines Matching refs:iteration
19 // every iteration, the two modes are supported: N full-width iterations (as
20 // it is done for float32 by default) and (N-1) half-width iteration plus one
21 // final full-width iteration. It is expected that half-width integer
32 #error At least one full iteration is required
112 // Newton-Raphson iteration:
206 // approximation after last iteration.
229 // once after the final iteration. On the other hand, an effective value of
244 // We need at least one such iteration.
253 #error Only a single emulated full iteration is supported
256 // Cannot normally reach here: only one full-width iteration is requested and
261 // iteration. Using ad-hoc multiplication implementations to take advantage