Searched defs:LCM (Results 1 – 2 of 2) sorted by relevance
30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local