Searched defs:Max3 (Results 1 – 2 of 2) sorted by relevance
405 static int Max3(const PetscInt a[3]) { return PetscMax(a[0], PetscMax(a[1], a[2])); } in Max3() function
57 static PetscInt Max3(const PetscInt a[3]) { return PetscMax(a[0], PetscMax(a[1], a[2])); } in Max3() function