Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex63.c78 PetscInt64 *local_set, *cursor, *bootstrap_primes, *truth; in test_sieve() local
94 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()