OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BN_shift
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
96
public static native boolean
BN_shift
(int r, int a, int n);
97
// int
BN_shift
(BIGNUM *r, const BIGNUM *a, int n);
BigInt.java
270
Check(NativeBN.
BN_shift
(r.bignum, a.bignum, n));
275
Check(NativeBN.
BN_shift
(this.bignum, this.bignum, n));
Completed in 1290 milliseconds