Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DLogical.java95 return andPositive(val, that); in and()
111 static BigInteger andPositive(BigInteger val, BigInteger that) { in andPositive() method in Logical