Searched defs:PetscSqr (Results 1 – 2 of 2) sorted by relevance
28 #define PetscSqr(x) (x * x) macro
746 #define PetscSqr(a) ((a) * (a)) macro