Lines Matching refs:truth
104 PetscInt64 truth[] = {0}; in test_empty_empty() local
117 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_empty()
128 PetscInt64 truth[] = {0}; in test_a_empty() local
142 PetscCall(AssertSetsEqual(set_a, truth)); in test_a_empty()
153 PetscInt64 truth[] = {0}; in test_b_empty() local
167 PetscCall(AssertSetsEqual(set_a, truth)); in test_b_empty()
178 PetscInt64 truth[] = {3, 1, 4, 9}; in test_identical() local
197 PetscCall(AssertSetsEqual(set_a, truth)); in test_identical()
208 PetscInt64 truth[] = {0}; in test_disjoint() local
227 PetscCall(AssertSetsEqual(set_a, truth)); in test_disjoint()
238 PetscInt64 truth[] = {1, 4}; in test_single_common() local
258 PetscCall(AssertSetsEqual(set_a, truth)); in test_single_common()
269 PetscInt64 truth[] = {0}; in test_issue_1247() local
285 PetscCall(AssertSetsEqual(set_a, truth)); in test_issue_1247()
296 PetscInt64 truth[] = {0}; in test_empty_big() local
307 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_big()
318 PetscInt64 truth[] = {3, 1, 4, 9}; in test_small_big() local
333 PetscCall(AssertSetsEqual(set_a, truth)); in test_small_big()
344 PetscInt64 truth[] = {2, 1, 144}; in test_moderate_big() local
353 PetscCall(AssertSetsEqual(set_a, truth)); in test_moderate_big()
364 PetscInt64 *truth; in test_big_big() local
374 PetscCall(Sixth(&truth, 9)); in test_big_big()
375 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_big()
379 PetscCall(PetscFree(truth)); in test_big_big()
387 PetscInt64 truth[] = {0}; in test_big_empty() local
398 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_empty()
409 PetscInt64 truth[] = {2, 1, 8}; in test_big_small() local
424 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_small()
435 PetscInt64 truth[] = {2, 1, 8}; in test_big_moderate() local
444 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_moderate()
456 PetscInt64 *truth; in test_big_big_reversed() local
466 PetscCall(Sixth(&truth, 9)); in test_big_big_reversed()
467 PetscCall(AssertSetsEqual(set_a, truth)); in test_big_big_reversed()
471 PetscCall(PetscFree(truth)); in test_big_big_reversed()