Searched refs:gcd (Results 1 – 6 of 6) sorted by relevance
291 BigInteger gcd = width.gcd(height); in reduce() local292 int numerator = Math.max(width.intValue(), height.intValue()) / gcd.intValue(); in reduce()293 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue(); in reduce()335 BigInteger gcd = width.gcd(height); in aspectRatioDenominator() local336 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()
134 final BigInteger divisor = mNum.gcd(mDen); in reduce()
1dictionary=main:en,locale=en,description=English,date=1414726273, ...