Home | History | Annotate | Download | only in math

Lines Matching refs:isZero

776         if (this.isZero()) {
780 if (augend.isZero()) {
783 } else if (augend.isZero()) {
833 if ((augend.isZero()) || (this.isZero())
880 if (this.isZero()) {
884 if (subtrahend.isZero()) {
887 } else if (subtrahend.isZero()) {
936 if ((subtrahend.isZero()) || (this.isZero())
976 if ((this.isZero()) || (multiplicand.isZero())) {
1064 if (divisor.isZero()) {
1239 if (divisor.isZero()) {
1318 if ((mc.getPrecision() == 0) || (this.isZero())
1319 || (divisor.isZero())) {
1382 if (divisor.isZero()) {
1386 || (this.isZero())) {
1453 if ((mcPrecision == 0) || (this.isZero()) || (divisor.isZero())) {
1655 return isZero() ? zeroScaledBy(newScale)
1684 if ((n == 0) || ((isZero()) && (n > 0))) {
1802 private boolean isZero() {
2009 if (isZero()) {
2088 if (isZero()) {
2377 if ((scale == 0) || ((isZero()) && (scale < 0))) {
2423 if ((scale == 0) || (isZero())) {
2442 if ((scale == 0) || (isZero())) {