Home
last modified time | relevance | path

Searched refs:putBigEndianTwosComplement (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInt.java178 void putBigEndianTwosComplement(byte[] a) { in putBigEndianTwosComplement() method in BigInt
DBigInteger.java306 bigInt.putBigEndianTwosComplement(value); in BigInteger()