Searched defs:Inf (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSCell.cpp36 extern const double Inf = INFINITY; member in namespace:JSC
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/
H A DXPathFunctions.cpp55 static const int Inf = -1; member in class:WebCore::XPath::Interval
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 47 milliseconds