OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YesNoMaybe
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.hpp
35
enum
YesNoMaybe
50
YesNoMaybe
hasSubnormal = MAYBE,
51
YesNoMaybe
hasInf = MAYBE,
52
YesNoMaybe
hasNaN = MAYBE);
58
YesNoMaybe
hasInf (void) const { return m_hasInf; }
59
YesNoMaybe
hasSubnormal (void) const { return m_hasSubnormal; }
80
YesNoMaybe
m_hasSubnormal; // Does the format support denormalized numbers?
81
YesNoMaybe
m_hasInf; // Does the format support infinities?
82
YesNoMaybe
m_hasNaN; // Does the format support NaNs?
tcuFloatFormat.cpp
38
Interval chooseInterval(
YesNoMaybe
choice, const Interval& no, const Interval& yes)
63
YesNoMaybe
hasSubnormal_,
64
YesNoMaybe
hasInf_,
65
YesNoMaybe
hasNaN_)
Completed in 684 milliseconds