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

/libcore/luni/src/main/java/java/math/
H A DLogical.java450 return orNegative(that, val);
452 return orNegative(val, that);
476 static BigInteger orNegative(BigInteger val, BigInteger that){ method in class:Logical

Completed in 130 milliseconds