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
/dalvik/libcore/math/src/main/java/java/math/
BigInteger.java
846
if (bigIntIsValid && (bigInt.
twosCompFitsIntoBytes
(4))) {
863
if (bigIntIsValid && (bigInt.
twosCompFitsIntoBytes
(8))) {
[
all
...]
BigInt.java
235
public boolean
twosCompFitsIntoBytes
(int desiredByteCount) {
Completed in 10 milliseconds