Lines Matching refs:getLowestSetBit
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;