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

  /external/webkit/JavaScriptCore/runtime/
JSCell.cpp 36 extern const double Inf = INFINITY;
40 // The trick is to define the NaN and Inf globals with a different type than the declaration.
75 extern const double Inf = NaNInf.doubles.Inf_Double;
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 55 static const int Inf = -1;
267 : m_min(Inf), m_max(Inf)
283 if (m_min == Inf && m_max == Inf)
286 if (m_min == Inf)
289 if (m_max == Inf)
680 { "concat", { &createFunConcat, Interval(2, Interval::Inf) } },

Completed in 39 milliseconds