Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigDecimal.java735 if (this.isZero()) { in add()
739 if (augend.isZero()) { in add()
742 } else if (augend.isZero()) { in add()
792 if ((augend.isZero()) || (this.isZero()) in add()
839 if (this.isZero()) { in subtract()
843 if (subtrahend.isZero()) { in subtract()
846 } else if (subtrahend.isZero()) { in subtract()
895 if ((subtrahend.isZero()) || (this.isZero()) in subtract()
935 if ((this.isZero()) || (multiplicand.isZero())) { in multiply()
1023 if (divisor.isZero()) { in divide()
[all …]