Home
last modified time | relevance | path

Searched defs:shorter (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/math/
DLogical.java164 static BigInteger andNegative(BigInteger longer, BigInteger shorter) { in andNegative()
458 static BigInteger orPositive(BigInteger longer, BigInteger shorter) { in orPositive()
605 static BigInteger xorPositive(BigInteger longer, BigInteger shorter) { in xorPositive()