HomeSort by relevance Sort by last modified time
    Searched full:negative_infinity (Results 151 - 175 of 256) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/graphics/java/android/graphics/
Outline.java 38 private static final float RADIUS_UNDEFINED = Float.NEGATIVE_INFINITY;
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 277 Double.NEGATIVE_INFINITY,
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
DoubleAccumulator.java 31 * Double.NEGATIVE_INFINITY} as the identity. The order of
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 50 formattedString = cf.format(Double.NEGATIVE_INFINITY);
97 formattedString = cf.format(Double.NEGATIVE_INFINITY);
458 assertEquals("NEGATIVE_ONE", fmt.format(Double.NEGATIVE_INFINITY));
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 608 assertEquals(Integer.MIN_VALUE, floatToInt.invoke(null, Float.NEGATIVE_INFINITY));
616 assertEquals(Long.MIN_VALUE, floatToLong.invoke(null, Float.NEGATIVE_INFINITY));
624 assertEquals(Integer.MIN_VALUE, doubleToInt.invoke(null, Double.NEGATIVE_INFINITY));
632 assertEquals(Long.MIN_VALUE, doubleToLong.invoke(null, Double.NEGATIVE_INFINITY));
641 assertEquals(Double.NEGATIVE_INFINITY, floatToDouble.invoke(null, Float.NEGATIVE_INFINITY));
648 assertEquals(Float.NEGATIVE_INFINITY, doubleToFloat.invoke(null, Double.NEGATIVE_INFINITY));
716 assertEquals(Float.POSITIVE_INFINITY, negateFloat.invoke(null, Float.NEGATIVE_INFINITY));
722 assertEquals(Double.POSITIVE_INFINITY, negateDouble.invoke(null, Double.NEGATIVE_INFINITY));
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
WeibullDistributionImpl.java 154 * Returns <code>Double.NEGATIVE_INFINITY</code> for p=0 and
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecompositionImpl.java 117 double largest = Double.NEGATIVE_INFINITY;
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 208 Double.NEGATIVE_INFINITY);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java 26 Double.NEGATIVE_INFINITY,
  /libcore/json/src/test/java/org/json/
JSONStringerTest.java 111 new JSONStringer().array().value(Double.NEGATIVE_INFINITY);
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java     [all...]
FormattedFloatingDecimal.java     [all...]
  /cts/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 241 assertEquals(Double.NEGATIVE_INFINITY, reader.nextDouble());
273 assertEquals(Double.NEGATIVE_INFINITY, reader.nextDouble());
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 445 return Float.NEGATIVE_INFINITY;
455 return Double.NEGATIVE_INFINITY;
  /external/guava/guava/src/com/google/common/primitives/
Doubles.java 23 import static java.lang.Double.NEGATIVE_INFINITY;
107 return NEGATIVE_INFINITY < value & value < POSITIVE_INFINITY;
Floats.java 23 import static java.lang.Float.NEGATIVE_INFINITY;
103 return NEGATIVE_INFINITY < value & value < POSITIVE_INFINITY;
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Doubles.java 23 import static java.lang.Double.NEGATIVE_INFINITY;
102 return NEGATIVE_INFINITY < value & value < POSITIVE_INFINITY;
Floats.java 23 import static java.lang.Float.NEGATIVE_INFINITY;
99 return NEGATIVE_INFINITY < value & value < POSITIVE_INFINITY;
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 51 private static final double LEAST = Double.NEGATIVE_INFINITY;
486 checkTryParse(Double.NEGATIVE_INFINITY, "-Infinity");
FloatsTest.java 51 private static final float LEAST = Float.NEGATIVE_INFINITY;
473 checkTryParse(Float.NEGATIVE_INFINITY, "-Infinity");
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 387 return "Double.NEGATIVE_INFINITY";
399 return "Float.NEGATIVE_INFINITY";
  /frameworks/base/core/java/android/util/
Rational.java 56 public static final Rational NEGATIVE_INFINITY = new Rational(-1, 0);
585 return NEGATIVE_INFINITY;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Float16Utils.java 298 } else if (value == Double.NEGATIVE_INFINITY) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
EmpiricalDistributionImpl.java 75 private double max = Double.NEGATIVE_INFINITY;
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 341 * Double.NEGATIVE_INFINITY} are fuzzily equal only to themselves.

Completed in 993 milliseconds

1 2 3 4 5 67 8 91011