Lines Matching refs:PetscInt64
23 PetscErrorCode Fibonnaci(PetscInt64 **set, PetscInt n) in Fibonnaci()
26 …PetscInt64 fib[] = {1, 2, 3, 5, 8, 13, 21, 34, … in Fibonnaci()
39 PetscErrorCode Square(PetscInt64 **set, PetscInt n) in Square()
41 PetscInt64 ii; in Square()
51 PetscErrorCode Cube(PetscInt64 **set, PetscInt n) in Cube()
53 PetscInt64 ii; in Cube()
63 PetscErrorCode Sixth(PetscInt64 **set, PetscInt n) in Sixth()
65 PetscInt64 ii; in Sixth()
75 PetscErrorCode PrintSet(PetscInt64 *set) in PrintSet()
81 for (PetscInt64 ii = 1; ii <= set[0]; ii++) { in PrintSet()
90 PetscErrorCode AssertSetsEqual(PetscInt64 *set, PetscInt64 *true_set) in AssertSetsEqual()
103 PetscInt64 *set_a, *set_b; in test_empty_empty()
104 PetscInt64 truth[] = {0}; in test_empty_empty()
127 PetscInt64 *set_a, *set_b; in test_a_empty()
128 PetscInt64 truth[] = {0}; in test_a_empty()
152 PetscInt64 *set_a, *set_b; in test_b_empty()
153 PetscInt64 truth[] = {0}; in test_b_empty()
177 PetscInt64 *set_a, *set_b; in test_identical()
178 PetscInt64 truth[] = {3, 1, 4, 9}; in test_identical()
207 PetscInt64 *set_a, *set_b; in test_disjoint()
208 PetscInt64 truth[] = {0}; in test_disjoint()
237 PetscInt64 *set_a, *set_b; in test_single_common()
238 PetscInt64 truth[] = {1, 4}; in test_single_common()
268 PetscInt64 *set_a, *set_b; in test_issue_1247()
269 PetscInt64 truth[] = {0}; in test_issue_1247()
295 PetscInt64 *set_a, *set_b; in test_empty_big()
296 PetscInt64 truth[] = {0}; in test_empty_big()
317 PetscInt64 *set_a, *set_b; in test_small_big()
318 PetscInt64 truth[] = {3, 1, 4, 9}; in test_small_big()
343 PetscInt64 *set_a, *set_b; in test_moderate_big()
344 PetscInt64 truth[] = {2, 1, 144}; in test_moderate_big()
363 PetscInt64 *set_a, *set_b; in test_big_big()
364 PetscInt64 *truth; in test_big_big()
386 PetscInt64 *set_a, *set_b; in test_big_empty()
387 PetscInt64 truth[] = {0}; in test_big_empty()
408 PetscInt64 *set_a, *set_b; in test_big_small()
409 PetscInt64 truth[] = {2, 1, 8}; in test_big_small()
434 PetscInt64 *set_a, *set_b; in test_big_moderate()
435 PetscInt64 truth[] = {2, 1, 8}; in test_big_moderate()
455 PetscInt64 *set_a, *set_b; in test_big_big_reversed()
456 PetscInt64 *truth; in test_big_big_reversed()