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

1 2 3 4 5 6 78 91011

  /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;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessagePatternUtilTest.java 425 expectVariant("#", Double.NEGATIVE_INFINITY).
MessageRegression.java 394 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
414 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessagePatternUtilTest.java 421 expectVariant("#", Double.NEGATIVE_INFINITY).
MessageRegression.java 390 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
410 logln("Format with -INF : " + fmt.format(Double.NEGATIVE_INFINITY));
    [all...]
  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.tokens 80 SIMPLE_NAME("NEGATIVE_INFINITY")
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
SafeRepresenter.java 162 } else if (number.equals(Double.NEGATIVE_INFINITY)) {
  /external/v8/test/webkit/
date-set-to-nan.js 70 Number.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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 266 double a = Double.NEGATIVE_INFINITY;
BigDecimalTest.java 293 bigDB.doubleValue() == Double.NEGATIVE_INFINITY);
346 fl2.floatValue() == Float.NEGATIVE_INFINITY);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 337 autoCorrectionThreshold = Float.NEGATIVE_INFINITY;
  /external/v8/test/webkit/fast/js/kde/
Number-expected.txt 39 PASS Number.NEGATIVE_INFINITY is -Infinity
48 PASS Number.NEGATIVE_INFINITY.toString(16) is '-Infinity'
Number.js 37 shouldBe("Number.NEGATIVE_INFINITY", "-Infinity");
47 shouldBe("Number.NEGATIVE_INFINITY.toString(16)", "'-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/ojluni/src/main/java/java/lang/
FloatingDecimal.java     [all...]
Double.java 62 public static final double NEGATIVE_INFINITY = -1.0 / 0.0;
571 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
Float.java 63 public static final float NEGATIVE_INFINITY = -1.0f / 0.0f;
483 return (v == POSITIVE_INFINITY) || (v == 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/util/
MathUtils.java     [all...]
  /external/v8/src/
assembler.cc 150 double negative_infinity; member in struct:v8::internal::BASE_EMBEDDED
951 double_constants.negative_infinity = -V8_INFINITY;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 164 * is <code>1 - NEGATIVE_INFINITY i</code></p>
320 * <code>Double.NEGATIVE_INFINITY</code>) and neither part
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 481 assertEquals(Double.NEGATIVE_INFINITY, message.getNegInfDouble());
484 assertEquals(Float.NEGATIVE_INFINITY, message.getNegInfFloat());
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 773 * {@code Float.NEGATIVE_INFINITY} is returned. Note that not all integers
785 * {@code Double.NEGATIVE_INFINITY} is returned. Note that not all integers
    [all...]

Completed in 2047 milliseconds

1 2 3 4 5 6 78 91011