OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasInf
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.hpp
58
YesNoMaybe hasInf (void) const { return
m_hasInf
; }
81
YesNoMaybe
m_hasInf
; // Does the format support infinities?
tcuFloatFormat.cpp
70
,
m_hasInf
(hasInf_)
166
return chooseInterval(
m_hasInf
, rSign * getMaxValue(), rSign * TCU_INFINITY);
Completed in 74 milliseconds