OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNaN
(Results
1 - 10
of
10
) sorted by null
/external/eigen/test/
special_numbers.cpp
35
VERIFY(!m1.
hasNaN
());
38
VERIFY(mnan.
hasNaN
());
39
VERIFY((s1*mnan).
hasNaN
());
40
VERIFY(!minf.
hasNaN
());
41
VERIFY(!(2*minf).
hasNaN
());
42
VERIFY(mboth.
hasNaN
());
43
VERIFY(mboth.array().
hasNaN
());
zerosized.cpp
21
VERIFY(!m.
hasNaN
());
/external/deqp/framework/common/
tcuInterval.hpp
81
bool
hasNaN
(void) const { return m_hasNaN; }
85
bool isOrdinary (void) const { return !
hasNaN
() && !empty() && isFinite(); }
116
(!other.
hasNaN
() ||
hasNaN
()));
122
(other.
hasNaN
() &&
hasNaN
()));
127
return Interval(
hasNaN
(), -hi(), -lo());
225
if (VAR##_arg_.
hasNaN
()) \
tcuInterval.cpp
71
if (x.
hasNaN
() || y.
hasNaN
())
156
if (interval.
hasNaN
())
161
os << (interval.
hasNaN
() ? "~" : "")
tcuFloatFormat.hpp
52
YesNoMaybe
hasNaN
= MAYBE);
tcuFloatFormat.cpp
178
if (x.
hasNaN
())
258
return interval.
hasNaN
() ? "{ NaN }" : "{}";
261
return (std::string(interval.
hasNaN
() ? "{ NaN, " : "{ ") +
266
return (std::string(interval.
hasNaN
() ? "{ NaN } | " : "") +
/external/eigen/Eigen/src/Core/
BooleanRedux.h
137
inline bool DenseBase<Derived>::
hasNaN
() const
144
* \sa
hasNaN
()
149
return !((derived()-derived()).
hasNaN
());
DenseBase.h
352
inline bool
hasNaN
() const;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
[
all
...]
Completed in 489 milliseconds