OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twosCompFitsIntoBytes
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
BigInteger.java
746
if (nativeIsValid && bigInt.
twosCompFitsIntoBytes
(4)) {
760
if (nativeIsValid && bigInt.
twosCompFitsIntoBytes
(8)) {
[
all
...]
BigInt.java
218
boolean
twosCompFitsIntoBytes
(int desiredByteCount) {
Completed in 182 milliseconds