Searched refs:gcd (Results 1 – 7 of 7) sorted by relevance
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()
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()
... ) public final org.javia.arity.Complex gcd (org.javia.arity.Complex) public ...
134 final BigInteger divisor = mNum.gcd(mDen); in reduce()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...