Searched defs:testBit (Results 1 – 3 of 3) sorted by relevance
91 static boolean testBit(BigInteger val, int n) { in testBit() method in BitLevel
538 public boolean testBit(int n) { in testBit() method in BigInteger
2000 final int testBit = 1 << accessMode.ordinal(); in isAccessModeSupported() local