Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorExpr.java898 private static final BoundedRational RATIONAL_ONE_HUNDREDTH = new BoundedRational(1,100); field in CalculatorExpr
933 ratVal = BoundedRational.multiply(ratVal, RATIONAL_ONE_HUNDREDTH); in evalSuffix()
1075 BoundedRational.multiply(ratVal, RATIONAL_ONE_HUNDREDTH)); in getPercentFactor()