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
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);
BigDecimal.java
512
bi.
putLongInt
(mantissa);
[
all
...]
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
551
NATIVE_METHOD(NativeBN,
putLongInt
, "(IJ)Z"),
Completed in 56 milliseconds