HomeSort by relevance Sort by last modified time
    Searched defs:twosComp2bn (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/math/
NativeBN.java 49 public static native void twosComp2bn(byte[] s, int len, long ret);
BigInt.java 182 NativeBN.twosComp2bn(a, a.length, this.bignum);

Completed in 56 milliseconds