OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasSubnormal
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.hpp
59
YesNoMaybe hasSubnormal (void) const { return
m_hasSubnormal
; }
80
YesNoMaybe
m_hasSubnormal
; // Does the format support denormalized numbers?
tcuFloatFormat.cpp
69
,
m_hasSubnormal
(hasSubnormal_)
164
return chooseInterval(
m_hasSubnormal
, rSign * 0.0, d);
Completed in 126 milliseconds