Lines Matching refs:b
3 PetscErrorCode testDuplicatesWithChanges(PetscInt *a, PetscScalar *b) in testDuplicatesWithChanges() argument
10 PetscAssertPointer(b, 5); in testDuplicatesWithChanges()
12 PetscAssertPointer(b, 7); in testDuplicatesWithChanges()
13 PetscAssertPointer(b, 3); in testDuplicatesWithChanges()
17 PetscErrorCode testDuplicatesScoped(PetscInt *a, PetscScalar *b) in testDuplicatesScoped() argument
21 PetscAssertPointer(b, 2); in testDuplicatesScoped()
24 PetscAssertPointer(b, 2); in testDuplicatesScoped()
28 PetscAssertPointer(b, 2); in testDuplicatesScoped()
33 PetscErrorCode testDuplicatesDoubleScoped(PetscInt *a, PetscScalar *b) in testDuplicatesDoubleScoped() argument
37 PetscAssertPointer(b, 2); in testDuplicatesDoubleScoped()
40 PetscAssertPointer(b, 2); in testDuplicatesDoubleScoped()
44 PetscAssertPointer(b, 2); in testDuplicatesDoubleScoped()
49 PetscAssertPointer(b, 2); in testDuplicatesDoubleScoped()
54 PetscErrorCode testNoDuplicatesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesSwitch() argument
60 PetscAssertPointer(b, 2); in testNoDuplicatesSwitch()
65 PetscAssertPointer(b, 2); in testNoDuplicatesSwitch()
71 PetscErrorCode testDuplicatesNoChangesSwitch(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesNoChangesSwitch() argument
75 PetscAssertPointer(b, 2); in testDuplicatesNoChangesSwitch()
80 PetscAssertPointer(b, 2); in testDuplicatesNoChangesSwitch()
85 PetscAssertPointer(b, 2); in testDuplicatesNoChangesSwitch()
91 PetscErrorCode testNoDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElse() argument
96 PetscAssertPointer(b, 2); in testNoDuplicatesIfElse()
100 PetscAssertPointer(b, 2); in testNoDuplicatesIfElse()
105 PetscErrorCode testDuplicatesIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testDuplicatesIfElse() argument
109 PetscAssertPointer(b, 2); in testDuplicatesIfElse()
113 PetscAssertPointer(b, 2); in testDuplicatesIfElse()
117 PetscAssertPointer(b, 2); in testDuplicatesIfElse()
122 PetscErrorCode testNoDuplicatesIfElseIfElse(PetscInt *a, PetscScalar *b, PetscBool cond) in testNoDuplicatesIfElseIfElse() argument
127 PetscAssertPointer(b, 2); in testNoDuplicatesIfElseIfElse()
131 PetscAssertPointer(b, 2); in testNoDuplicatesIfElseIfElse()
135 PetscAssertPointer(b, 2); in testNoDuplicatesIfElseIfElse()