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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c258 * This is the long-hand method of calculating a square root.
263 * whose square is less than that group.
270 * The value x is the next digit in the square root.
274 * In decimal, the square root of 582,734 would be calculated as so:
278 * -49 (7^2 == 49 => 7 is the first digit in the square root)
282 * ----- the square root)
285 * ----- the square root)
293 * In binary, the square root of 11011011 would be calculated as so:
310 dt_sqrt_128(uint64_t *square) argument
320 bit_pairs = dt_nbits_128(square) /
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2553 quint64 square = item.width() * item.height(); local
2554 if (square > maxSquare)
2556 maxSquare = square;

Completed in 57 milliseconds