OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putLongInt
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
33
public static native void
putLongInt
(long a, long dw);
BigInt.java
79
void
putLongInt
(long val) {
81
NativeBN.
putLongInt
(this.bignum, val);
293
power.
putLongInt
(p);
BigDecimal.java
496
bi.
putLongInt
(mantissa);
[
all
...]
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
568
NATIVE_METHOD(NativeBN,
putLongInt
, "(JJ)V"),
Completed in 150 milliseconds