Home
last modified time | relevance | path

Searched refs:expand_to_next_prime (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/math/
H A Dprime_numbers.c109 static bool expand_to_next_prime(unsigned long x) in expand_to_next_prime() function
197 if (!expand_to_next_prime(x)) in next_prime_number()
231 if (!expand_to_next_prime(x)) in is_prime_number()
/openbmc/linux/tools/memory-model/Documentation/
H A Drecipes.txt281 In lib/math/prime_numbers.c, the expand_to_next_prime() function invokes