HomeSort by relevance Sort by last modified time
    Searched refs:posInf (Results 1 - 14 of 14) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfConvert.cpp 117 return half::posInf();
129 return half::posInf();
ImfLut.h 167 half::posInf(), half::negInf(), half::qNan())
176 half::posInf(), half::negInf(), half::qNan()),
  /external/opencv3/3rdparty/openexr/Half/
halfLimits.h 85 static half infinity () throw () {return half::posInf();}
half.h 190 // posInf() returns +infinity
201 static half posInf ();
718 half::posInf ()
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 126 Rational posInf = POSITIVE_INFINITY;
130 assertEquals(posInf, posInf);
132 assertEquals(posInf, posInf2);
136 assertFalse(posInf.equals(negInf));
137 assertFalse(negInf.equals(posInf));
139 assertFalse(posInf.equals(r));
141 assertFalse(r.equals(posInf));
142 assertFalse(posInf.equals(nan));
144 assertFalse(nan.equals(posInf));
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 145 Rational posInf = POSITIVE_INFINITY;
149 assertEquals(posInf, posInf);
151 assertEquals(posInf, posInf2);
155 assertFalse(posInf.equals(negInf));
156 assertFalse(negInf.equals(posInf));
158 assertFalse(posInf.equals(r));
160 assertFalse(r.equals(posInf));
161 assertFalse(posInf.equals(nan));
163 assertFalse(nan.equals(posInf));
    [all...]
  /external/v8/test/webkit/fast/js/
number-toprecision.js 33 var posInf = 1/0;
59 shouldThrow("(1234.567).toPrecision(posInf)");
63 shouldBeEqualToString("posInf.toPrecision()", "Infinity");
number-toString.js 24 var posInf = 1/0;
86 shouldThrow("(1234.567).toString(posInf)");
89 shouldBeEqualToString("posInf.toString()", "Infinity");
number-tofixed.js 59 var posInf = 1/0;
97 shouldThrow("(1234.567).toFixed(posInf)");
100 shouldBeEqualToString("posInf.toFixed()", "Infinity");
  /external/v8/test/webkit/
number-toExponential.js 24 var posInf = 1/0;
60 shouldThrow("(1234.567).toExponential(posInf)");
63 shouldBeEqualToString("posInf.toExponential()", "Infinity");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs 19 float negInf, posInf;
59 accum->min.val = posInf;
240 rsMatrixSet(accum, i, j, posInf);
276 rsMatrixSet(&(*accum)[MPE_Min], i, j, posInf);
  /external/valgrind/VEX/priv/
guest_generic_x87.c 446 const ULong posInf = 0x7FF0000000000000ULL;
457 if (arg == posInf)
458 return getExp ? posInf : posInf;
460 return getExp ? posInf : negInf;
    [all...]
  /external/v8/src/mips/
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
simulator-mips64.cc     [all...]

Completed in 285 milliseconds