Lines Matching full:square
6 | Fixed point arithmetic square root evaluation. |
19 | returns the square root of n in n. |
21 | Use Newton's method to compute the square root of a number, which must |
163 /* First, find the square of the guess */
232 /* Now the square root has been computed to better than 60 bits. */
234 /* Find the square of the guess. */
363 * We need just find the square of our estimate, compare it
370 movl %edx,%ebx /* 2nd ls word of square */
371 movl %eax,%ecx /* ls word of square */
425 movl %edx,%ebx /* 2nd ls word of square */
426 movl %eax,%ecx /* ls word of square */