iPXE
|
Integer square root. More...
#include <ipxe/isqrt.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
unsigned long | isqrt (unsigned long value) |
Find integer square root. More... | |
Integer square root.
Definition in file isqrt.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
unsigned long isqrt | ( | unsigned long | value | ) |
Find integer square root.
value | Value |
isqrt | Integer square root of value |
Definition at line 40 of file isqrt.c.
References bit, result, and value.
Referenced by math_test_exec(), and profile_stddev().