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 45 public static native boolean putULongInt(int a, long dw, boolean neg);
BigInt.java 118 void putULongInt(long val, boolean neg) {
120 Check(NativeBN.putULongInt(this.bignum, val, neg));
BigInteger.java 103 bigInt.putULongInt(value, (sign < 0));
    [all...]
  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 552 NATIVE_METHOD(NativeBN, putULongInt, "(IJZ)Z"),

Completed in 100 milliseconds