Searched refs:lessThanBranchFree (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/math/
H A DIntMath.java72 static int lessThanBranchFree(int x, int y) { method in class:IntMath
109 return logFloor + lessThanBranchFree(cmp, x);
141 return logFloor + lessThanBranchFree(floorPow, x);
146 return logFloor + lessThanBranchFree(halfPowersOf10[logFloor], x);
165 return y - lessThanBranchFree(x, powersOf10[y]);
242 return sqrtFloor + lessThanBranchFree(sqrtFloor * sqrtFloor, x);
256 * signed int, so lessThanBranchFree is safe for use.
258 return sqrtFloor + lessThanBranchFree(halfSquare, x);
H A DLongMath.java71 static int lessThanBranchFree(long x, long y) { method in class:LongMath
107 return logFloor + lessThanBranchFree(cmp, x);
140 return logFloor + lessThanBranchFree(floorPow, x);
145 return logFloor + lessThanBranchFree(halfPowersOf10[logFloor], x);
165 return y - lessThanBranchFree(x, powersOf10[y]);
299 // faster here than using lessThanBranchFree.
330 * signed long, so lessThanBranchFree is safe for use.
332 return sqrtFloor + lessThanBranchFree(halfSquare, x);
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DLessThanBenchmark.java83 tmp += z + IntMath.lessThanBranchFree(x, y);
131 tmp += z + LongMath.lessThanBranchFree(x, y);
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DIntMath.java69 static int lessThanBranchFree(int x, int y) { method in class:IntMath
106 return logFloor + lessThanBranchFree(cmp, x);
129 return y - lessThanBranchFree(x, powersOf10[y]);
H A DLongMath.java66 static int lessThanBranchFree(long x, long y) { method in class:LongMath
102 return logFloor + lessThanBranchFree(cmp, x);
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
H A DLongMathTest.java50 int actual = LongMath.lessThanBranchFree(x, y);
H A DIntMathTest.java51 int actual = IntMath.lessThanBranchFree(x, y);
/external/guava/guava-tests/test/com/google/common/math/
H A DIntMathTest.java104 int actual = IntMath.lessThanBranchFree(x, y);
H A DLongMathTest.java146 int actual = LongMath.lessThanBranchFree(x, y);
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2306 milliseconds