Home
last modified time | relevance | path

Searched refs:NEGATIVE_INFINITY (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DRationalTest.java147 Rational negInf = NEGATIVE_INFINITY; in testEquals()
182 assertEquals(NEGATIVE_INFINITY, negInf); in testReduction()
207 assertGreaterThan(NaN, NEGATIVE_INFINITY); in testCompareTo()
213 assertGreaterThan(POSITIVE_INFINITY, NEGATIVE_INFINITY); in testCompareTo()
217 assertCompareEquals(NEGATIVE_INFINITY, new Rational(-1, 0)); in testCompareTo()
218 assertLessThan(NEGATIVE_INFINITY, UNIT); in testCompareTo()
219 assertLessThan(NEGATIVE_INFINITY, POSITIVE_INFINITY); in testCompareTo()
220 assertLessThan(NEGATIVE_INFINITY, ZERO); in testCompareTo()
240 assertFinite(NEGATIVE_INFINITY, false); in testConvenienceMethods()
247 assertInfinite(NEGATIVE_INFINITY, true); in testConvenienceMethods()
[all …]
DRangeTest.java45 Range<Float> floatRange = new Range<Float>(Float.NEGATIVE_INFINITY, in testConstructor()
47 assertLower(floatRange, Float.NEGATIVE_INFINITY); in testConstructor()
85 new Range<Float>(0.0f, Float.NEGATIVE_INFINITY); in testIllegalValues()
123 Range<Float> infinities = Range.create(Float.NEGATIVE_INFINITY, Float.POSITIVE_INFINITY); in testInRange()
125 assertInRange(infinities, Float.NEGATIVE_INFINITY); in testInRange()
/frameworks/base/core/java/android/hardware/camera2/utils/
DParamsUtils.java126 } else if (value == Float.NEGATIVE_INFINITY) { in createRational()
127 return Rational.NEGATIVE_INFINITY; in createRational()
/frameworks/base/core/java/android/util/
DRational.java56 public static final Rational NEGATIVE_INFINITY = new Rational(-1, 0); field in Rational
585 return NEGATIVE_INFINITY; in parseRational()
DHalf.java139 public static final @HalfFloat short NEGATIVE_INFINITY = (short) 0xfc00; field in Half
/frameworks/base/core/java/android/annotation/
DFloatRange.java45 double from() default Double.NEGATIVE_INFINITY; in from()
/frameworks/support/annotations/src/android/support/annotation/
DFloatRange.java44 double from() default Double.NEGATIVE_INFINITY; in from()
/frameworks/base/graphics/java/android/graphics/
DOutline.java38 private static final float RADIUS_UNDEFINED = Float.NEGATIVE_INFINITY;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_reduce_backward.java141 float maxVal = Float.NEGATIVE_INFINITY; in findMinAndMax()
308 s.set_negInf(Float.NEGATIVE_INFINITY); in run()
DUT_reduce.java166 …rray[rand.nextInt(len)] = (rand.nextBoolean() ? Float.POSITIVE_INFINITY : Float.NEGATIVE_INFINITY); in createInputArrayFloatWithInfs()
530 float maxVal = Float.NEGATIVE_INFINITY; in findMinAndMax()
1480 s.set_negInf(Float.NEGATIVE_INFINITY); in run()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_reduce_backward.java143 float maxVal = Float.NEGATIVE_INFINITY; in findMinAndMax()
310 s.set_negInf(Float.NEGATIVE_INFINITY); in run()
DUT_reduce.java168 …rray[rand.nextInt(len)] = (rand.nextBoolean() ? Float.POSITIVE_INFINITY : Float.NEGATIVE_INFINITY); in createInputArrayFloatWithInfs()
532 float maxVal = Float.NEGATIVE_INFINITY; in findMinAndMax()
1482 s.set_negInf(Float.NEGATIVE_INFINITY); in run()
/frameworks/base/core/java/com/android/internal/colorextraction/types/
DTonal.java175 Float.NEGATIVE_INFINITY, Float.POSITIVE_INFINITY); in runTonalExtraction()
429 float maxHue = Float.NEGATIVE_INFINITY; in TonalPalette()
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java84 {Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, 90.0000000001,
87 {Double.NaN, Double.POSITIVE_INFINITY, Double.NEGATIVE_INFINITY, 180.0000000001,
/frameworks/base/api/
Dcurrent.txt43349 field public static final short NEGATIVE_INFINITY = -1024; // 0xfffffc00
43639 field public static final android.util.Rational NEGATIVE_INFINITY;
54297 field public static final double NEGATIVE_INFINITY = (-1.0/0.0);
54380 field public static final float NEGATIVE_INFINITY = (-1.0f/0.0f);
Dtest-current.txt43626 field public static final short NEGATIVE_INFINITY = -1024; // 0xfffffc00
43916 field public static final android.util.Rational NEGATIVE_INFINITY;
54779 field public static final double NEGATIVE_INFINITY = (-1.0/0.0);
54862 field public static final float NEGATIVE_INFINITY = (-1.0f/0.0f);
Dsystem-current.txt46936 field public static final short NEGATIVE_INFINITY = -1024; // 0xfffffc00
47226 field public static final android.util.Rational NEGATIVE_INFINITY;
58255 field public static final double NEGATIVE_INFINITY = (-1.0/0.0);
58338 field public static final float NEGATIVE_INFINITY = (-1.0f/0.0f);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31773 field public static final android.util.Rational NEGATIVE_INFINITY;
41244 field public static final double NEGATIVE_INFINITY = (-1.0/0.0);
41318 field public static final float NEGATIVE_INFINITY = (-1.0f/0.0f);