Searched refs:bootstrap_primes (Results 1 – 1 of 1) sorted by relevance
78 PetscInt64 *local_set, *cursor, *bootstrap_primes, *truth; in test_sieve() local94 PetscCall(Prime(&bootstrap_primes, PetscCeilReal(x))); in test_sieve()99 maximum = bootstrap_primes[size + 1] * bootstrap_primes[size + 1] - 1; in test_sieve()100 local_p = bootstrap_primes[rank + 1]; in test_sieve()110 *cursor = bootstrap_primes[ii + 1]; in test_sieve()122 PetscCall(PetscFree(bootstrap_primes)); in test_sieve()