OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Inf
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/ubsan/lit_tests/Float/
cast-overflow.cpp
19
float
Inf
;
41
// Build a '+
Inf
'.
43
float
Inf
;
44
memcpy(&
Inf
, InfVal, 4);
51
double DblInf = (double)
Inf
; // ok
74
return
Inf
;
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp
53
static const int
Inf
= -1;
265
: m_min(
Inf
), m_max(
Inf
)
281
if (m_min ==
Inf
&& m_max ==
Inf
)
284
if (m_min ==
Inf
)
287
if (m_max ==
Inf
)
683
{ "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/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/chromium_org/v8/test/webkit/fast/js/kde/
operators.js
259
//shouldBe("true / false", "
Inf
");
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
Completed in 139 milliseconds