Searched defs:gcd (Results 1 – 2 of 2) sorted by relevance
291 BigInteger gcd = width.gcd(height); in reduce() local335 BigInteger gcd = width.gcd(height); in aspectRatioDenominator() local
49 int gcd = BigInteger.valueOf(width).gcd(BigInteger.valueOf(height)).intValue(); in of() local