HomeSort by relevance Sort by last modified time
    Searched refs:andNot (Results 1 - 11 of 11) sorted by null

  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerNotTest.java 35 * Methods: and, andNot
39 * andNot for two positive numbers; the first is longer
43 notes = "This is a complete subset of tests for andNot method.",
44 method = "andNot",
55 BigInteger result = aNumber.andNot(bNumber);
65 * andNot for two positive numbers; the first is shorter
69 notes = "This is a complete subset of tests for andNot method.",
70 method = "andNot",
81 BigInteger result = aNumber.andNot(bNumber);
91 * andNot for two negative numbers; the first is longe
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
BigInteger.java 820 * Evaluating {@code x.andNot(val)} returns the same result as {@code
832 public BigInteger andNot(BigInteger val) {
835 return Logical.andNot(this, val).withNewRepresentation("andNot");
    [all...]
Logical.java 26 * <li>andNot</li>
223 /** @see BigInteger#andNot(BigInteger) */
224 static BigInteger andNot(BigInteger val, BigInteger that) {
  /dalvik/libcore/math/src/test/java/tests/api/java/math/
BigIntegerTest.java     [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
BitSet.java 683 * {@code BitSet} to ANDNOT with.
685 public void andNot(BitSet bs) {
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
BitSetTest.java     [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 37 milliseconds