HomeSort by relevance Sort by last modified time
    Searched refs:NEGATIVE_INFINITY (Results 151 - 175 of 236) sorted by null

1 2 3 4 5 67 8 910

  /external/v8/test/webkit/fast/js/kde/
math.js 47 shouldBe("String()+Number.NEGATIVE_INFINITY", "'-Infinity'");
Number.js 37 shouldBe("Number.NEGATIVE_INFINITY", "-Infinity");
47 shouldBe("Number.NEGATIVE_INFINITY.toString(16)", "'-Infinity'");
    [all...]
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 399 array.put(0, Double.NEGATIVE_INFINITY);
413 array.put(Double.valueOf(Double.NEGATIVE_INFINITY));
JSONStringerTest.java 111 new JSONStringer().array().value(Double.NEGATIVE_INFINITY);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecompositionImpl.java 117 double largest = Double.NEGATIVE_INFINITY;
AbstractRealVector.java 328 double maxValue = Double.NEGATIVE_INFINITY;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 616 public static final double MATCH_SCORE_NONE = 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,
  /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/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DoublesTest.java 47 private static final double LEAST = Double.NEGATIVE_INFINITY;
FloatsTest.java 46 private static final float LEAST = Float.NEGATIVE_INFINITY;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StringBuilderTest.java 241 assertSame(sb, sb.append(Double.NEGATIVE_INFINITY));
242 assertEquals(String.valueOf(Double.NEGATIVE_INFINITY), sb.toString());
271 assertSame(sb, sb.append(Float.NEGATIVE_INFINITY));
272 assertEquals(String.valueOf(Float.NEGATIVE_INFINITY), sb.toString());
    [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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 197 * Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off range
208 Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, null),
214 * Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY to mask off domain
224 Double.NEGATIVE_INFINITY, min, max, null), formatter);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegression.java 394 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
414 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
    [all...]
MessagePatternUtilTest.java 425 expectVariant("#", Double.NEGATIVE_INFINITY).
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegression.java 390 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
410 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 872 return negative ? Double.NEGATIVE_INFINITY : Double.POSITIVE_INFINITY;
910 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
    [all...]
  /external/v8/test/mjsunit/
math-min-max.js 86 assertEquals(Number.NEGATIVE_INFINITY, Math.max());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 293 bigDB.doubleValue() == Double.NEGATIVE_INFINITY);
346 fl2.floatValue() == Float.NEGATIVE_INFINITY);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 779 config.mMatrix[0] = Float.NEGATIVE_INFINITY;
814 if (mMatrix[0] != Float.NEGATIVE_INFINITY) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java 173 double[] specials = new double[] { Double.NEGATIVE_INFINITY,
207 float[] specials = new float[] { Float.NEGATIVE_INFINITY,
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
LevenbergMarquardtEstimator.java 817 double ak2 = Double.NEGATIVE_INFINITY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
LevenbergMarquardtOptimizer.java     [all...]

Completed in 1413 milliseconds

1 2 3 4 5 67 8 910