Home | Sort by relevance Sort by last modified time |
/libcore/luni/src/main/java/java/math/ | |
NativeBN.java | 61 public static native boolean twosComp2bn(byte[] s, int len, int ret); |
BigInt.java | 218 Check(NativeBN.twosComp2bn(a, a.length, this.bignum)); |