Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java109 private boolean tooBig() { in tooBig() method in BoundedRational
143 if (!tooBig()) { in maybeReduce()
148 if (!result.tooBig()) { in maybeReduce()