Home
last modified time | relevance | path

Searched defs:posInf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/util/
H A DRationalTest.java141 Rational posInf = POSITIVE_INFINITY; in testEquals() local
170 Rational posInf = new Rational(5, 0); in testReduction() local
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java146 Rational posInf = POSITIVE_INFINITY; in testEquals() local
175 Rational posInf = new Rational(5, 0); in testReduction() local
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/
H A DRationalTest.java141 Rational posInf = POSITIVE_INFINITY; in testEquals() local
170 Rational posInf = new Rational(5, 0); in testReduction() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/
H A DOrderedTuple.java123 private boolean posInf; field in OrderedTuple
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dfmt_test.go53 posInf = math.Inf(1) var