Searched refs:posInf (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/util/src/android/util/cts/ |
D | RationalTest.java | 141 Rational posInf = POSITIVE_INFINITY; in testEquals() local 145 assertEquals(posInf, posInf); in testEquals() 147 assertEquals(posInf, posInf2); in testEquals() 151 assertFalse(posInf.equals(negInf)); in testEquals() 152 assertFalse(negInf.equals(posInf)); in testEquals() 154 assertFalse(posInf.equals(r)); in testEquals() 156 assertFalse(r.equals(posInf)); in testEquals() 157 assertFalse(posInf.equals(nan)); in testEquals() 159 assertFalse(nan.equals(posInf)); in testEquals() 170 Rational posInf = new Rational(5, 0); in testReduction() local [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rscript | 19 float negInf, posInf; 59 accum->min.val = posInf; 240 rsMatrixSet(accum, i, j, posInf); 276 rsMatrixSet(&(*accum)[MPE_Min], i, j, posInf);
|