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

1 23 4 5 6 7 8 91011

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_long/
Test_double_to_long.java 90 * @title Argument = NEGATIVE_INFINITY
94 assertEquals(Long.MIN_VALUE, t.run(Double.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 92 * @title Argument = NEGATIVE_INFINITY
96 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_int/
Test_float_to_int.java 91 * @title Argument = NEGATIVE_INFINITY
95 assertEquals(Integer.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_long/
Test_float_to_long.java 90 * @title Argument = NEGATIVE_INFINITY
94 assertEquals(Long.MIN_VALUE, t.run(Float.NEGATIVE_INFINITY));
  /libcore/ojluni/src/main/java/sun/misc/
DoubleConsts.java 42 public static final double NEGATIVE_INFINITY = java.lang.Double.NEGATIVE_INFINITY;
FloatConsts.java 42 public static final float NEGATIVE_INFINITY = java.lang.Float.NEGATIVE_INFINITY;
  /art/test/302-float-conversion/src/
Main.java 19 static volatile double negInfinity = Double.NEGATIVE_INFINITY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
CauchyDistributionImpl.java 128 * Returns <code>Double.NEGATIVE_INFINITY</code> for p=0 and
143 ret = Double.NEGATIVE_INFINITY;
278 * @return lower bound of the support (always Double.NEGATIVE_INFINITY)
282 return Double.NEGATIVE_INFINITY;
TDistributionImpl.java 153 * Returns <code>Double.NEGATIVE_INFINITY</code> for p=0 and
167 return Double.NEGATIVE_INFINITY;
234 * @return lower bound of the support (always Double.NEGATIVE_INFINITY)
238 return Double.NEGATIVE_INFINITY;
NormalDistributionImpl.java 209 * Returns <code>Double.NEGATIVE_INFINITY</code> for p=0 and
223 return Double.NEGATIVE_INFINITY;
316 * @return lower bound of the support (always Double.NEGATIVE_INFINITY)
320 return Double.NEGATIVE_INFINITY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
NaNStrategy.java 24 * (that is, tied with) <code>Double.NEGATIVE_INFINITY</code>.</li>
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 54 assertEquals(0.0, DoubleUtils.ensureNonNegative(Double.NEGATIVE_INFINITY));
DoubleMathTest.java 162 DoubleMath.roundToInt(Double.NEGATIVE_INFINITY, mode);
249 DoubleMath.roundToLong(Double.NEGATIVE_INFINITY, mode);
311 DoubleMath.roundToBigInteger(Double.NEGATIVE_INFINITY, mode);
404 asList(0.0, -0.0, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
463 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(0.0));
464 assertEquals(Double.NEGATIVE_INFINITY, DoubleMath.log2(-0.0));
469 assertTrue(Double.isNaN(DoubleMath.log2(Double.NEGATIVE_INFINITY)));
482 trueLog2 = StrictMath.nextAfter(trueLog2, Double.NEGATIVE_INFINITY);
508 Arrays.asList(Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NaN)) {
544 Double.NEGATIVE_INFINITY, -0.001)
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
SafeConstructorTest.java 29 assertEquals(Double.NEGATIVE_INFINITY, yaml.load("-.inf"));
  /external/v8/test/mjsunit/regress/
regress-925537.js 37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;
  /frameworks/base/core/java/android/annotation/
FloatRange.java 45 double from() default Double.NEGATIVE_INFINITY;
  /frameworks/support/annotations/src/android/support/annotation/
FloatRange.java 44 double from() default Double.NEGATIVE_INFINITY;
  /libcore/ojluni/src/main/java/java/util/
DoubleSummaryStatistics.java 68 private double max = Double.NEGATIVE_INFINITY;
72 * {@code Double.POSITIVE_INFINITY} min, {@code Double.NEGATIVE_INFINITY}
179 * value was NaN or {@code Double.NEGATIVE_INFINITY} if no values were
184 * value was NaN or {@code Double.NEGATIVE_INFINITY} if no values were
  /libcore/luni/src/test/java/libcore/java/lang/
DoubleTest.java 50 assertEquals(Double.NEGATIVE_INFINITY, Double.parseDouble("-Infinity"));
106 assertEquals(Double.NEGATIVE_INFINITY, Double.parseDouble("-1.0e+309"));
109 assertEquals(Double.NEGATIVE_INFINITY, Double.parseDouble("-1.0e+9999999999"));
FloatTest.java 52 assertEquals(Float.NEGATIVE_INFINITY, Float.parseFloat("-Infinity"));
106 assertEquals(Float.NEGATIVE_INFINITY, Float.parseFloat("-1.0e+39"));
109 assertEquals(Float.NEGATIVE_INFINITY, Float.parseFloat("-1.0e+9999999999"));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 101 * include Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY.
133 * Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY.
150 Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY
  /art/test/415-optimizing-arith-neg/src/
Main.java 141 assertEquals(Float.NEGATIVE_INFINITY, $opt$noinline$NegFloat(Float.POSITIVE_INFINITY));
142 assertEquals(Float.POSITIVE_INFINITY, $opt$noinline$NegFloat(Float.NEGATIVE_INFINITY));
166 assertEquals(Double.NEGATIVE_INFINITY, $opt$noinline$NegDouble(Double.POSITIVE_INFINITY));
167 assertEquals(Double.POSITIVE_INFINITY, $opt$noinline$NegDouble(Double.NEGATIVE_INFINITY));
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java 349 Double.NEGATIVE_INFINITY, 2, new AxisValueLabelFormatter(Color.GRAY));
354 Double.NEGATIVE_INFINITY, HOME_RUN_DIST, new AxisValueLabelFormatter(Color.RED));
405 shortRegion = new RectRegion(2, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, HOME_RUN_DIST, "Short");
416 warmupRegion = new RectRegion(0, 2, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, "Warmup");
  /external/caliper/examples/src/main/java/examples/
DoubleToStringBenchmark.java 70 NegativeInfinity(Double.NEGATIVE_INFINITY),
DoubleToStringBenchmark2.java 31 NegativeInfinity(Double.NEGATIVE_INFINITY),

Completed in 3265 milliseconds

1 23 4 5 6 7 8 91011