Searched defs:testBit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java670 if (!result.testBit(0))
698 if (result.testBit(0))
848 if (v2.testBit(0))
854 if (k.testBit(i)) {
856 if (u2.testBit(0))
861 if (v2.testBit(0))
1588 if (this.equals(negConst[1]) && (!exponent.testBit(0)))
1598 if (m.testBit(0)) { // odd modulus
1980 if (this.testBit(0))
1984 if (exponent.testBit(expOffse
2278 public boolean testBit(int n) { method in class:BigInteger
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1893 return testBit(archiveOptions, mask);
1901 if (testBit(attrDefSeen[ctype], 1L<<ai)) continue;
1915 if (testBit(attrDefSeen[ctype], 1L<<ai)) return false;
2095 if (i < attrIndexLimit[ctype] && !testBit(defSeen, 1L<<i)) {
2229 if (testBit(attrDefSeen[ctype], 1L<<index)) {
2600 protected static boolean testBit(int flags, int bitMask) { method in class:BandStructure
2606 protected static boolean testBit(long flags, long bitMask) { method in class:BandStructure

Completed in 354 milliseconds