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

/external/syslinux/com32/lib/math/
H A Dstrtod.c43 const double Inf = 1.0 / 0.0; local
44 return (x < Inf) && (x >= -Inf);
57 const double Inf = 1.0 / 0.0; local
132 return Inf;
/external/compiler-rt/test/ubsan/TestCases/Float/
H A Dcast-overflow.cpp40 float Inf; variable
62 // Build a '+Inf'.
68 float Inf; local
69 memcpy(&Inf, InfVal, 4);
80 double DblInf = (double)Inf; // ok
113 static int test_int = Inf;
/external/pdfium/third_party/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/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp876 Value *Inf = ConstantFP::getInfinity(CI->getType()); local
883 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);

Completed in 1065 milliseconds