OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bigInt
(Results
1 - 8
of
8
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java
22
private final BigInteger
bigInt
;
41
* constructed <code>SimpleBigDecimal</code> equals <code>
bigInt
/
43
* @param
bigInt
The <code>
bigInt
</code> value parameter.
46
public SimpleBigDecimal(BigInteger
bigInt
, int scale)
53
this.
bigInt
=
bigInt
;
59
bigInt
= limBigDec.
bigInt
;
84
return new SimpleBigDecimal(
bigInt
.shiftLeft(newScale - scale)
[
all
...]
/external/guava/guava/src/com/google/common/primitives/
UnsignedLong.java
199
BigInteger
bigInt
= BigInteger.valueOf(value & UNSIGNED_MASK);
201
bigInt
=
bigInt
.setBit(Long.SIZE - 1);
203
return
bigInt
;
/external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 1672 milliseconds