OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putLongInt
(Results
1 - 2
of
2
) 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);
Completed in 42 milliseconds