Searched defs:shiftLeft (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/math/src/main/java/java/math/
H A DBigInteger.java528 return shiftLeft(-n);
545 public BigInteger shiftLeft(int n) { method in class:BigInteger
550 validate1("shiftLeft", this);

Completed in 44 milliseconds