Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DLogical.java238 return andNotPositiveNegative(val, that); in andNot()
267 static BigInteger andNotPositiveNegative(BigInteger positive, BigInteger negative) { in andNotPositiveNegative() method in Logical