Lines Matching full:estimate
94 /* We use a rough linear estimate for the first guess.. */
111 /* Make a linear first estimate */
131 * From our initial estimate, three iterations are enough to get us
141 divl %esi /* current estimate */
143 addl %eax,%esi /* the new estimate */
156 * Now that an estimate accurate to about 30 bits has been obtained (in %esi),
204 /* Form the new estimate in %esi:%edi */
356 /* First, the estimate must be rounded up. */
363 * We need just find the square of our estimate, compare it
364 * with the argument, and deduce whether our estimate is
365 * above, below, or exact. We use the fact that the estimate
399 /* Our estimate is exactly the right answer */
404 /* Our estimate is too small */
409 /* Our estimate is too large, we need to decrement it */
418 with an extra bit of precision in the estimate. */
420 rcll $1,%edi /* Shift the estimate left one bit */
433 /* Put our estimate back to its original value */
435 rcrl $1,%esi /* Shift the estimate left one bit */
459 /* Our estimate is exactly the right answer */
464 /* Our estimate is too small */
469 /* Our estimate is too large */