OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxValue
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.hpp
56
double getMaxValue (void) const { return
m_maxValue
; }
84
double
m_maxValue
; // Largest representable finite value.
tcuFloatFormat.cpp
73
,
m_maxValue
(computeMaxValue(maxExp, fractionBits))
/external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp
175
const int
m_maxValue
;
182
,
m_maxValue
(maxAlign)
195
verifyStateIntegerMax(result, gl, m_target,
m_maxValue
, m_type);
Completed in 94 milliseconds