HomeSort by relevance Sort by last modified time
    Searched refs:putULongInt (Results 1 - 4 of 4) 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...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 569 NATIVE_METHOD(NativeBN, putULongInt, "(JJZ)V"),

Completed in 75 milliseconds