Searched defs:gcd (Results 1 – 4 of 4) sorted by relevance
130 int gcd = gcd(numerator, denominator); in Rational() local314 public static int gcd(int numerator, int denominator) { in gcd() method in Rational
137 int gcd = gcd(frameRate, waitTimeRemainder); in FrameReleaseQueue() local143 private static int gcd(int a, int b) { in gcd() method in FrameReleaseQueue
58 int64_t gcd = calculateGreatestCommonDivisor(n, d); in simplify() local
317 static int gcd(int n, int m) in gcd() function