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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c270 * This is the long-hand method of calculating a square root.
275 * whose square is less than that group.
282 * The value x is the next digit in the square root.
286 * In decimal, the square root of 582,734 would be calculated as so:
290 * -49 (7^2 == 49 => 7 is the first digit in the square root)
294 * ----- the square root)
297 * ----- the square root)
305 * In binary, the square root of 11011011 would be calculated as so:
322 dt_sqrt_128(uint64_t *square) argument
332 bit_pairs = dt_nbits_128(square) /
[all...]

Completed in 50 milliseconds