Home
last modified time | relevance | path

Searched refs:m_maxValue (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.hpp56 double getMaxValue (void) const { return m_maxValue; } in getMaxValue()
84 double m_maxValue; // Largest representable finite value. member in tcu::FloatFormat
DtcuFloatFormat.cpp73 , m_maxValue (computeMaxValue(maxExp, fractionBits)) in FloatFormat()
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.h247 m_maxValue(maxValue)
357 ptr[i] = gRG.getNext<cl_char>(m_minValue, m_maxValue);
365 cl_char m_maxValue;
801 m_maxValue(maxValue)
919 buffer[i] = gRG.getNext<T>(m_minValue, m_maxValue);
927 T m_maxValue;
/external/deqp/modules/gles31/functional/
Des31fTextureBufferTests.cpp184 const int m_maxValue; member in deqp::gles31::Functional::__anond772b48a0411::AlignmentQueryCase
191 , m_maxValue (maxAlign) in AlignmentQueryCase()
204 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type); in iterate()