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

  /external/webkit/JavaScriptCore/wtf/
MathExtras.h 139 double posInf = std::numeric_limits<double>::infinity();
145 if (x == posInf && y == posInf)
147 else if (x == posInf && y == negInf)
149 else if (x == negInf && y == posInf)
  /libcore/luni/src/test/java/tests/SQLite/
StmtTest.java 433 double posInf = Double.POSITIVE_INFINITY;
454 st.bind(1, posInf);
    [all...]

Completed in 2028 milliseconds