Searched refs:getLowestSetBit (Results 1 – 6 of 6) sorted by relevance
176 int a = wSubOne.getLowestSetBit(); in enhancedMRProbablePrimeTest()302 int a = wSubOne.getLowestSetBit(); in isMRProbablePrime()348 int a = wSubOne.getLowestSetBit(); in isMRProbablePrimeToBase()
121 && ((signifFloor & 1) != 0 || absX.getLowestSetBit() < shift); in bigToDouble()
57 return x.signum() > 0 && x.getLowestSetBit() == x.bitLength() - 1; in isPowerOfTwo()
55 return x.signum() > 0 && x.getLowestSetBit() == x.bitLength() - 1; in isPowerOfTwo()
1162 var i = x.getLowestSetBit(), g = y.getLowestSetBit();1170 if((i = x.getLowestSetBit()) > 0) x.rShiftTo(i,x);1171 if((i = y.getLowestSetBit()) > 0) y.rShiftTo(i,y);1264 var k = n1.getLowestSetBit();1317 BigInteger.prototype.getLowestSetBit = bnGetLowestSetBit; method in BigInteger
325 int s = k.getLowestSetBit(); in lucasSequence()