OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intsCanGoOutOfRange
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
TestPlatform.java
26
static boolean
intsCanGoOutOfRange
() {
IntMathTest.java
26
import static com.google.common.math.TestPlatform.
intsCanGoOutOfRange
;
117
if (p == -2147483648 && q == -1 &&
intsCanGoOutOfRange
()) {
132
if (p == -2147483648 && q == -1 &&
intsCanGoOutOfRange
()) {
/external/guava/guava-tests/test/com/google/common/math/
TestPlatform.java
26
static boolean
intsCanGoOutOfRange
() {
IntMathTest.java
26
import static com.google.common.math.TestPlatform.
intsCanGoOutOfRange
;
284
if (p == -2147483648 && q == -1 &&
intsCanGoOutOfRange
()) {
299
if (p == -2147483648 && q == -1 &&
intsCanGoOutOfRange
()) {
Completed in 208 milliseconds