HomeSort by relevance Sort by last modified time
    Searched refs:BIG_FIVE (Results 1 - 2 of 2) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 591 private static final BigInteger BIG_FIVE = BigInteger.valueOf(5);
619 while (den.mod(BIG_FIVE).signum() == 0) {
621 den = den.divide(BIG_FIVE);
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]

Completed in 80 milliseconds