Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DAspectRatio.java49 int gcd = BigInteger.valueOf(width).gcd(BigInteger.valueOf(height)).intValue(); in of() local
50 int simplifiedWidth = width / gcd; in of()
51 int simplifiedHeight = height / gcd; in of()
/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java291 BigInteger gcd = width.gcd(height); in reduce() local
292 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() local
336 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue(); in aspectRatioDenominator()
/packages/apps/Calculator/
Darity-2.1.2.jar ... ) public final org.javia.arity.Complex gcd (org.javia.arity.Complex) public ...
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java134 final BigInteger divisor = mNum.gcd(mDen); in reduce()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz