/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerNotTest.java | 28 * Methods: and, andNot 32 * andNot for two positive numbers; the first is longer 42 BigInteger result = aNumber.andNot(bNumber); 52 * andNot for two positive numbers; the first is shorter 62 BigInteger result = aNumber.andNot(bNumber); 72 * andNot for two negative numbers; the first is longer 82 BigInteger result = aNumber.andNot(bNumber); 92 * andNot for a negative and a positive numbers; the first is longer 102 BigInteger result = aNumber.andNot(bNumber);
|
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 211 result.andNot(small()); 214 result.andNot(big());
|
/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 840 * @tests java.math.BigInteger#andNot(java.math.BigInteger) 845 BigInteger res = i1.andNot(i2); 848 assertTrue("andNot", (i1.testBit(i) && !i2.testBit(i)) == res 854 res = i1.andNot(i2); 856 assertTrue("andNot reversed", 862 BigInteger.ZERO.andNot(null); 868 assertEquals(BigInteger.ZERO, bi.andNot(BigInteger.ZERO)); [all...] |
/libcore/luni/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | [all...] |
/libcore/luni/src/main/java/java/math/ |
Logical.java | 26 * <li>andNot</li> 217 /** @see BigInteger#andNot(BigInteger) */ 218 static BigInteger andNot(BigInteger val, BigInteger that) {
|
BigInteger.java | 690 * Evaluating {@code x.andNot(value)} returns the same result as {@code 699 public BigInteger andNot(BigInteger value) { 702 return Logical.andNot(this, value); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
BitSetTest.java | [all...] |
/external/android-mock/tests/com/google/android/testing/mocking/ |
AndroidMockGeneratorTest.java | 98 expectedNames.addAll(Arrays.asList(new String[] {"abs", "add", "and", "andNot", "bitCount", 163 "public java.math.BigInteger java.math.BigInteger.andNot(java.math.BigInteger)",
|
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | [all...] |
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 475 public void andNot(BitSet bs) {
|
/external/llvm/lib/Target/X86/ |
README-SSE.txt | 348 e.g. SSE select using and, andnot, or. Various SSE compare translations.
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.td | 784 "andnot $dst, $src2", [all...] |
/external/v8/benchmarks/ |
crypto.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-crypto.js | [all...] |
/prebuilt/sdk/13/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |