Lines Matching refs:a

3 PetscErrorCode testDuplicatesWithChanges(PetscInt *a, PetscScalar *b)  in testDuplicatesWithChanges()  argument
6 PetscAssertPointer(a, 1); in testDuplicatesWithChanges()
8 PetscAssertPointer(a, 1); in testDuplicatesWithChanges()
17 PetscErrorCode testDuplicatesScoped(PetscInt *a, PetscScalar *b) in testDuplicatesScoped() argument
20 PetscAssertPointer(a, 1); in testDuplicatesScoped()
23 PetscAssertPointer(a, 1); in testDuplicatesScoped()
27 PetscAssertPointer(a, 1); in testDuplicatesScoped()
33 PetscErrorCode testDuplicatesDoubleScoped(PetscInt *a, PetscScalar *b) in testDuplicatesDoubleScoped() argument
36 PetscAssertPointer(a, 1); in testDuplicatesDoubleScoped()
39 PetscAssertPointer(a, 1); in testDuplicatesDoubleScoped()
43 PetscAssertPointer(a, 1); in testDuplicatesDoubleScoped()
48 PetscAssertPointer(a, 1); in testDuplicatesDoubleScoped()
54 PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesSwitch() argument
59 PetscAssertPointer(a, 1); in testNoDuplicatesSwitch()
64 PetscAssertPointer(a, 1); in testNoDuplicatesSwitch()
71 PetscErrorCode testDuplicatesNoChangesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesNoChangesSwitch() argument
74 PetscAssertPointer(a, 1); in testDuplicatesNoChangesSwitch()
79 PetscAssertPointer(a, 1); in testDuplicatesNoChangesSwitch()
84 PetscAssertPointer(a, 1); in testDuplicatesNoChangesSwitch()
91 PetscErrorCode testNoDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElse() argument
95 PetscAssertPointer(a, 1); in testNoDuplicatesIfElse()
99 PetscAssertPointer(a, 1); in testNoDuplicatesIfElse()
105 PetscErrorCode testDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesIfElse() argument
108 PetscAssertPointer(a, 1); in testDuplicatesIfElse()
112 PetscAssertPointer(a, 1); in testDuplicatesIfElse()
116 PetscAssertPointer(a, 1); in testDuplicatesIfElse()
122 PetscErrorCode testNoDuplicatesIfElseIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElseIfElse() argument
126 PetscAssertPointer(a, 1); in testNoDuplicatesIfElseIfElse()
130 PetscAssertPointer(a, 1); in testNoDuplicatesIfElseIfElse()
134 PetscAssertPointer(a, 1); in testNoDuplicatesIfElseIfElse()