Lines Matching refs:pEnd
7 PetscInt pStart, pEnd; /* The label chart */ member
18 options->pEnd = 1000; in ProcessOptions()
25 …ionsBoundedInt("-pend", "The label point limit", "ex6.c", options->pEnd, &options->pEnd, NULL, 0)); in ProcessOptions()
34 PetscInt n = (PetscInt)(user->fill * (user->pEnd - user->pStart)), i; in TestSetup()
39 PetscCall(PetscRandomSetInterval(r, user->pStart, user->pEnd)); in TestSetup()
55 PetscCall(DMLabelCreateIndex(label, user->pStart, user->pEnd)); in TestSetup()
56 … ", %" PetscInt_FMT ") and set %" PetscInt_FMT " values\n", user->pStart, user->pEnd, user->size)); in TestSetup()
63 const PetscInt pEnd = user->pEnd; in TestLookup() local
67 for (p = pStart; p < pEnd; ++p) { in TestLookup()
83 PetscInt pStart = user->pStart, pEnd = user->pEnd, p; in TestClear() local
88 for (p = pStart; p < pEnd; p++) { in TestClear()