Searched refs:gcd (Results 1 – 1 of 1) sorted by relevance
1262 PetscInt gcd; in PetscLCM() local1267 gcd = PetscGCD(a, b); in PetscLCM()1268 return gcd ? a * (b / gcd) : 0; in PetscLCM()