OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqrt_n
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/auxprogs/
primes.c
8
int
sqrt_n
= sqrt(n);
local
9
for (m = 2; m <=
sqrt_n
+1; m++) // +1 in case of obscure rounding error
Completed in 37 milliseconds