Searched refs:gcd (Results 1 – 6 of 6) sorted by relevance
293 BigInteger gcd = width.gcd(height); in reduce() local294 int numerator = Math.max(width.intValue(), height.intValue()) / gcd.intValue(); in reduce()295 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue(); in reduce()337 BigInteger gcd = width.gcd(height); in aspectRatioDenominator() local338 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue(); in aspectRatioDenominator()
49 int gcd = BigInteger.valueOf(width).gcd(BigInteger.valueOf(height)).intValue(); in of() local50 int simplifiedWidth = width / gcd; in of()51 int simplifiedHeight = height / gcd; in of()
471 int gcd = schedule.buckets[0].period_ms; in createSchedule() local473 gcd = Rational.gcd(schedule.buckets[b].period_ms, gcd); in createSchedule()476 if (gcd < PERIOD_MIN_GCD_MS) { in createSchedule()478 gcd = PERIOD_MIN_GCD_MS; in createSchedule()481 schedule.base_period_ms = gcd; in createSchedule()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...