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

  /libcore/luni/src/main/java/java/math/
NativeBN.java 34 public static native void putULongInt(long a, long dw, boolean neg);
BigInt.java 84 void putULongInt(long val, boolean neg) {
86 NativeBN.putULongInt(this.bignum, val, neg);
BigInteger.java 103 bigInt.putULongInt(value, (sign < 0));
178 prime.putULongInt(candidate, false);
    [all...]

Completed in 61 milliseconds