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

  /external/webkit/Source/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/Source/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)
685 { "concat", { &createFunConcat, Interval(2, Interval::Inf) } },
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 900 Value *Inf = ConstantFP::getInfinity(CI->getType());
907 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);
    [all...]

Completed in 130 milliseconds