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
43
public static native boolean
putLongInt
(int a, long dw);
BigInt.java
113
void
putLongInt
(long val) {
115
Check(NativeBN.
putLongInt
(this.bignum, val));
331
power.
putLongInt
(p);
Completed in 32 milliseconds