Searched defs:xor (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/math/src/main/java/java/math/
H A DLogical.java28 * <li>xor</li>
587 /** @see BigInteger#xor(BigInteger) */
588 static BigInteger xor(BigInteger val, BigInteger that) { method in class:Logical
H A DBigInteger.java807 * value to be xor'ed with {@code this}
812 public BigInteger xor(BigInteger val) { method in class:BigInteger
815 return Logical.xor(this, val).withNewRepresentation("xor");
/dalvik/libcore/luni/src/main/java/java/util/
H A DBitSet.java654 * @see #xor
708 * @see #xor
744 public void xor(BitSet bs) { method in class:BitSet

Completed in 258 milliseconds