Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java293 BigInteger gcd = width.gcd(height); in reduce() local
294 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() local
338 int denominator = Math.min(width.intValue(), height.intValue()) / gcd.intValue(); in aspectRatioDenominator()
/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/modules/Wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java471 int gcd = schedule.buckets[0].period_ms; in createSchedule() local
473 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()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...