HomeSort by relevance Sort by last modified time
    Searched defs:POSITIVE_INFINITY (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/core/java/android/annotation/
FloatRange.java 48 double to() default Double.POSITIVE_INFINITY;
  /frameworks/support/annotations/src/main/java/androidx/annotation/
FloatRange.java 47 double to() default Double.POSITIVE_INFINITY;
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
FloatRange.java 35 double to() default Double.POSITIVE_INFINITY;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsNanTest.java 31 assertDoesNotMatch(notANumber(), Double.POSITIVE_INFINITY);
  /libcore/ojluni/src/main/java/sun/misc/
DoubleConsts.java 41 public static final double POSITIVE_INFINITY = java.lang.Double.POSITIVE_INFINITY;
FloatConsts.java 41 public static final float POSITIVE_INFINITY = java.lang.Float.POSITIVE_INFINITY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 64 public static final Vector3D POSITIVE_INFINITY =
65 new Vector3D(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY);
  /frameworks/base/core/java/android/util/
Rational.java 48 public static final Rational POSITIVE_INFINITY = new Rational(1, 0);
583 return POSITIVE_INFINITY;
Half.java 147 public static final @HalfFloat short POSITIVE_INFINITY = (short) 0x7c00;
369 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
404 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
520 * the result is positive infinity (see {@link #POSITIVE_INFINITY})</li>
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Double.java 55 public static final double POSITIVE_INFINITY = 1.0 / 0.0;
562 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
Float.java 55 public static final float POSITIVE_INFINITY = 1.0f / 0.0f;
475 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 458 Float.POSITIVE_INFINITY, 0f);
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.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.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.6/
kotlin-runtime-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.1.51/
kotlin-runtime-1.1.51.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /external/kotlinc/lib/
kotlin-runtime.jar 
kotlin-stdlib.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 

Completed in 224 milliseconds

1 2 3