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

/external/deqp/framework/common/
H A DtcuFloatFormat.hpp56 double getMaxValue (void) const { return m_maxValue; }
84 double m_maxValue; // Largest representable finite value. member in class:tcu::FloatFormat
H A DtcuFloatFormat.cpp73 , m_maxValue (computeMaxValue(maxExp, fractionBits))
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
H A DbtLemkeSolver.h36 btScalar m_maxValue; member in class:btLemkeSolver
44 :m_maxValue(100000),
227 if (x[i]>m_maxValue)
237 if (x[i]<-m_maxValue)
306 if (x[i]>m_maxValue)
316 if (x[i]<-m_maxValue)
/external/deqp/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp175 const int m_maxValue; member in class:deqp::gles31::Functional::__anon4724::AlignmentQueryCase
182 , m_maxValue (maxAlign)
195 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type);

Completed in 100 milliseconds