Home
last modified time | relevance | path

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 DRationalTest.java143 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 DRationalTest.java148 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 DRationalTest.java143 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/
Dminmax_test.go18 negInf = math.Inf(-1) var
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/
H A DOrderedTuple.java126 private boolean negInf; field in OrderedTuple
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dzerodivide.go42 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/
Dfmt_test.go54 negInf = math.Inf(-1) var
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp934 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_rect_isfinite() local
968 const SkScalar negInf = SK_ScalarNegativeInfinity; in test_path_isfinite() local