Searched defs:square (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c245 * This is the long-hand method of calculating a square root.
250 * whose square is less than that group.
257 * The value x is the next digit in the square root.
261 * In decimal, the square root of 582,734 would be calculated as so:
265 * -49 (7^2 == 49 => 7 is the first digit in the square root)
269 * ----- the square root)
272 * ----- the square root)
280 * In binary, the square root of 11011011 would be calculated as so:
297 dt_sqrt_128(uint64_t *square) argument
307 bit_pairs = dt_nbits_128(square) /
[all...]

Completed in 25 milliseconds