Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex62.c103 PetscInt64 *set_a, *set_b; in test_empty_empty() local
108 PetscCall(PetscMalloc1(1, &set_a)); in test_empty_empty()
111 set_a[0] = 0; in test_empty_empty()
115 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_empty_empty()
116 PetscCall(PrintSet(set_a)); in test_empty_empty()
117 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_empty()
119 PetscCall(PetscFree(set_a)); in test_empty_empty()
127 PetscInt64 *set_a, *set_b; in test_a_empty() local
132 PetscCall(PetscMalloc1(1, &set_a)); in test_a_empty()
135 set_a[0] = 0; in test_a_empty()
[all …]