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

  /art/test/121-modifiers/src/
Inf.java 17 public interface Inf {
  /art/test/121-modifiers/classes/
Inf.class 
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 34 float Inf;
56 // Build a '+Inf'.
58 float Inf;
59 memcpy(&Inf, InfVal, 4);
66 double DblInf = (double)Inf; // ok
89 return Inf;
  /art/test/113-multidex/
build 29 rm classes/Second.class classes/FillerA.class classes/FillerB.class classes/Inf*.class
  /prebuilts/misc/common/swig/include/2.0.11/r/
rkw.swg 24 RKW(Inf);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 54 static const int Inf = -1;
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/chromium_org/v8/test/mjsunit/
toint32.js 32 assertEquals(0, toInt32(Infinity), "Inf");
33 assertEquals(0, toInt32(-Infinity), "-Inf");
  /external/chromium_org/v8/test/webkit/
ToNumber.js 82 shouldBe("+'inf'", "NaN");
84 shouldBe("+'Inf'", "NaN");
85 shouldBe("+'+inf'", "NaN");
87 shouldBe("+'+Inf'", "NaN");
88 shouldBe("+'-inf'", "NaN");
90 shouldBe("+'-Inf'", "NaN");
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 823 cmsFloat32Number Inf[4], Outf[4];
831 Inf[i] = (cmsFloat32Number) (In[i] / 65535.0);
834 LabK[3] = cmsEvalToneCurveFloat(bp ->KTone, Inf[3]);
845 cmsPipelineEvalFloat( Inf, Outf, bp ->cmyk2cmyk);
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 259 //shouldBe("true / false", "Inf");
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 53 PVOID Inf;
    [all...]

Completed in 848 milliseconds