OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxExp
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.hpp
55
int getMaxExp (void) const { return
m_maxExp
; }
78
int
m_maxExp
; // Maximum exponent, inclusive
tcuFloatFormat.cpp
67
,
m_maxExp
(maxExp)
106
return deLdExp(1.0,
m_maxExp
- m_fractionBits);
165
else if (deIsInf(d) || rExp >
m_maxExp
)
207
if (roundUnderOverflow && exp >
m_maxExp
&& (upward == (d < 0.0)))
Completed in 206 milliseconds