Function report | 
Source Code:lib\math\int_sqrt.c | 
Create Date:2022-07-28 06:43:20 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:_sqrt - computes the integer square root*@x: integer of which to calculate the sqrt* Computes: floor(sqrt(x))
Proto:unsigned long int_sqrt(unsigned long x)
Type:unsigned long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned long | x | 
| 21 | y = 0 | 
| 26 | m = 1UL << (__fls: find last set bit in word*@word: The word to search* Undefined if no set bit exists, so code should check against 0 first. & ~1UL) | 
| 38 | Return y | 
| Name | Describe | 
|---|---|
| int_sqrt64 | _sqrt64 - strongly typed int_sqrt function when minimum 64 bit input* is expected.*@x: 64bit integer of which to calculate the sqrt | 
| slow_is_prime_number | |
| init_per_zone_wmark_min | Initialise min_free_kbytes | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |