Searched defs:shiftLeft (Results 1 – 3 of 3) sorted by relevance
40 void shiftLeft(int bits) { fPacked = Shift(fPacked, bits); } in shiftLeft() function
45 void Sk64::shiftLeft(unsigned bits) in shiftLeft() function in Sk64
1307 BigInteger.prototype.shiftLeft = bnShiftLeft; method in BigInteger