Searched refs:DoubleUtils (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleUtilsTest.java30 * Tests for {@link DoubleUtils}.
37 assertEquals(FpUtils.nextDown(d), DoubleUtils.nextDown(d));
43 assertEquals(b.doubleValue(), DoubleUtils.bigToDouble(b));
48 assertEquals(0.0, DoubleUtils.ensureNonNegative(0.0));
50 assertEquals(positiveValue, DoubleUtils.ensureNonNegative(positiveValue));
51 assertEquals(0.0, DoubleUtils.ensureNonNegative(-positiveValue));
53 assertEquals(Double.POSITIVE_INFINITY, DoubleUtils.ensureNonNegative(Double.POSITIVE_INFINITY));
54 assertEquals(0.0, DoubleUtils.ensureNonNegative(Double.NEGATIVE_INFINITY));
56 DoubleUtils.ensureNonNegative(Double.NaN);
/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java35 final class DoubleUtils { class
36 private DoubleUtils() { method in class:DoubleUtils
H A DDoubleMath.java20 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;
21 import static com.google.common.math.DoubleUtils.SIGNIFICAND_BITS;
22 import static com.google.common.math.DoubleUtils.getSignificand;
23 import static com.google.common.math.DoubleUtils.isFinite;
24 import static com.google.common.math.DoubleUtils.isNormal;
25 import static com.google.common.math.DoubleUtils.scaleNormalize;
56 @GwtIncompatible("#isMathematicalInteger, com.google.common.math.DoubleUtils")
180 + "com.google.common.math.DoubleUtils")
196 @GwtIncompatible("com.google.common.math.DoubleUtils")
231 @GwtIncompatible("java.lang.Math.getExponent, com.google.common.math.DoubleUtils")
[all...]
H A DBigIntegerMath.java246 * Using DoubleUtils.bigToDouble, getting a double approximation of x is extremely fast, and
267 int shift = (log2 - DoubleUtils.SIGNIFICAND_BITS) & ~1; // even!
287 return DoubleMath.roundToBigInteger(Math.sqrt(DoubleUtils.bigToDouble(x)), HALF_EVEN);
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
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/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1900 milliseconds