Home
last modified time | relevance | path

Searched defs:lessThanBranchFree (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DLongMath.java66 static int lessThanBranchFree(long x, long y) { in lessThanBranchFree() method in LongMath
DIntMath.java69 static int lessThanBranchFree(int x, int y) { in lessThanBranchFree() method in IntMath
/external/guava/guava/src/com/google/common/math/
DIntMath.java72 static int lessThanBranchFree(int x, int y) { in lessThanBranchFree() method in IntMath
DLongMath.java71 static int lessThanBranchFree(long x, long y) { in lessThanBranchFree() method in LongMath