HomeSort by relevance Sort by last modified time
    Searched refs:POSITIVE_INFINITY (Results 201 - 225 of 253) sorted by null

1 2 3 4 5 6 7 891011

  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 480 assertEquals(Double.POSITIVE_INFINITY, message.getInfDouble());
483 assertEquals(Float.POSITIVE_INFINITY, message.getInfFloat());
    [all...]
MicroTest.java     [all...]
NanoTest.java     [all...]
  /external/v8/test/webkit/
date-set-to-nan.js 69 Number.POSITIVE_INFINITY,
  /external/crcalc/src/com/hp/creals/
CR.java 725 return Double.POSITIVE_INFINITY;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 91 assertEquals(locale + " ?", "other", rules.select(Double.POSITIVE_INFINITY));
    [all...]
NumberFormatTest.java 62 return Double.POSITIVE_INFINITY;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 87 assertEquals(locale + " ?", "other", rules.select(Double.POSITIVE_INFINITY));
    [all...]
NumberFormatTest.java 58 return Double.POSITIVE_INFINITY;
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.12.613/
kotlin-runtime-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /external/v8/src/js/
v8natives.js 1122 "POSITIVE_INFINITY", INFINITY,
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 187 outOfRange.put(0, 0, Double.NaN, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, 0);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 233 return t.newFloaty(Double.NEGATIVE_INFINITY, Double.NaN, Double.POSITIVE_INFINITY);
237 return t.new32(Float.NEGATIVE_INFINITY, Float.NaN, Float.POSITIVE_INFINITY);
    [all...]

Completed in 1007 milliseconds

1 2 3 4 5 6 7 891011