Searched refs:not (Results 1 - 16 of 16) sorted by relevance

/libcore/dalvik/src/main/native/
H A Dsub.mk3 # It's not a normal makefile, so we don't include CLEAR_VARS
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerNotTest.java6 * (the "License"); you may not use this file except in compliance with
117 BigInteger result = aNumber.not();
132 BigInteger result = aNumber.not();
149 BigInteger result = aNumber.not();
166 BigInteger result = aNumber.not();
184 BigInteger result = aNumber.not();
H A DBigIntegerOrTest.java6 * (the "License"); you may not use this file except in compliance with
414 BigInteger r1 = x.and((BigInteger.ZERO.not()).shiftLeft(32));
415 BigInteger r3 = x.and((BigInteger.ZERO.not().shiftLeft(32) ).not());
H A DBigIntegerTest.java6 * (the "License"); you may not use this file except in compliance with
98 "Two random numbers in a row are the same (might not be a bug but it very likely is)",
234 assertTrue("Equal numbers did not return 0", one.compareTo(one) == 0);
305 assertTrue("Single negation of zero did not result in zero", zero
309 assertTrue("Double negation did not result in original number",
801 * @tests java.math.BigInteger#not()
806 BigInteger res = i1.not();
809 assertTrue("not", !i1.testBit(i) == res.testBit(i));
907 assertTrue("divide and divideAndRemainder do not agree", q
909 assertTrue("remainder and divideAndRemainder do not agre
[all...]
/libcore/benchmarks/
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
/libcore/luni/src/main/native/
H A Dsub.mk3 # It's not a normal makefile, so we don't include CLEAR_VARS
/libcore/tzdata/update_test_app/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/libcore/
H A DNativeCode.mk5 # you may not use this file except in compliance with the License.
40 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not include CLEAR_VARS \
44 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not define LOCAL_PATH)
H A DAndroid.mk5 # you may not use this file except in compliance with the License.
H A DCaCerts.mk5 # you may not use this file except in compliance with the License.
H A DDocs.mk30 # with annoying error: error: package com.ibm.icu.text does not exist.
H A DJavaLibrary.mk5 # you may not use this file except in compliance with the License.
86 # that should not be included as resources. The ones that should be included
/libcore/tzdata/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/libcore/luni/src/main/java/java/math/
H A DLogical.java6 * (the "License"); you may not use this file except in compliance with
24 * <li>not</li>
38 /** @see BigInteger#not() */
39 static BigInteger not(BigInteger val) { method in class:Logical
226 return that.not();
577 return val.not();
580 return that.not();
H A DBigInteger.java6 * (the "License"); you may not use this file except in compliance with
36 * representation. Two's complement is not the internal representation used by
212 * @throws NumberFormatException if {@code value} is not a valid
230 * @throws NumberFormatException if {@code value} is not a valid
266 * @throws NumberFormatException if the sign is not one of -1, 0, 1 or if
459 * not recommended as the current implementation is not efficient.
476 * not recommended as the current implementation is not efficient.
530 * <p><b>Implementation Note:</b> Usage of this method is not recommende
672 public BigInteger not() { method in class:BigInteger
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 100 milliseconds