Searched refs:Inf (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/ubsan/TestCases/Float/
H A Dcast-overflow.cpp34 float Inf; variable
56 // Build a '+Inf'.
58 float Inf; local
59 memcpy(&Inf, InfVal, 4);
66 double DblInf = (double)Inf; // ok
89 return Inf;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp54 static const int Inf = -1; member in class:blink::XPath::Interval
266 : m_min(Inf), m_max(Inf)
282 if (m_min == Inf && m_max == Inf)
285 if (m_min == Inf)
288 if (m_max == Inf)
695 { "concat", { &createFunConcat, Interval(2, Interval::Inf) } },
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscnvrt.c823 cmsFloat32Number Inf[4], Outf[4]; local
831 Inf[i] = (cmsFloat32Number) (In[i] / 65535.0);
834 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]);
845 cmsPipelineEvalFloat( Inf, Outf, bp ->cmyk2cmyk);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1276 Value *Inf = ConstantFP::getInfinity(CI->getType()); variable
1283 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);

Completed in 1400 milliseconds