OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minLong
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java
48
String
minLong
= Long.toString(Long.MIN_VALUE);
49
assertPrecision(
minLong
.length() - 1,
minLong
);
/dalvik/tests/003-omnibus-opcodes/src/
IntMath.java
282
long
minLong
= -9223372036854775808L;
285
long result = (((
minLong
+ plusOne) - plusOne) / negOne) / negOne;
286
assert(result ==
minLong
);
Completed in 133 milliseconds