Searched refs:isPosInf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DRational.java201 private boolean isPosInf() { method in class:Rational
264 } else if (isPosInf()) {
384 if (isPosInf()) {
418 if (isPosInf()) {
475 } else if (isPosInf() || another.isNegInf()) {
477 } else if (isNegInf() || another.isPosInf()) {

Completed in 23 milliseconds