Searched defs:negInf (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/util/ |
H A D | RationalTest.java | 143 Rational negInf = NEGATIVE_INFINITY; in testEquals() local 175 Rational negInf = new Rational(-100, 0); in testReduction() local
|
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | RationalTest.java | 148 Rational negInf = NEGATIVE_INFINITY; in testEquals() local 180 Rational negInf = new Rational(-100, 0); in testReduction() local
|
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | RationalTest.java | 143 Rational negInf = NEGATIVE_INFINITY; in testEquals() local 175 Rational negInf = new Rational(-100, 0); in testReduction() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | minmax_test.go | 18 negInf = math.Inf(-1) var
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/ |
H A D | OrderedTuple.java | 126 private boolean negInf; field in OrderedTuple
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | zerodivide.go | 42 f64, g64, h64, inf, negInf, nan float64 = 0, 0, 1, math.Inf(1), math.Inf(-1), math.NaN() var
|
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/ |
D | fmt_test.go | 54 negInf = math.Inf(-1) var
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 934 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local 968 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local
|