Lines Matching refs:getLowestSetBit
1154 var i = x.getLowestSetBit(), g = y.getLowestSetBit();1162 if((i = x.getLowestSetBit()) > 0) x.rShiftTo(i,x);1163 if((i = y.getLowestSetBit()) > 0) y.rShiftTo(i,y);1256 var k = n1.getLowestSetBit();1309 BigInteger.prototype.getLowestSetBit = bnGetLowestSetBit;