Searched refs:maxExp (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloatFormat.cpp51 double computeMaxValue (int maxExp, int fractionBits) argument
53 return (deLdExp(1.0, maxExp) +
54 deLdExp(double((1ull << fractionBits) - 1), maxExp - fractionBits));
60 int maxExp,
67 , m_maxExp (maxExp)
73 , m_maxValue (computeMaxValue(maxExp, fractionBits))
75 DE_ASSERT(minExp <= maxExp);
59 FloatFormat(int minExp, int maxExp, int fractionBits, bool exactPrecision, YesNoMaybe hasSubnormal_, YesNoMaybe hasInf, YesNoMaybe hasNaN) argument
H A DtcuFloatFormat.hpp47 int maxExp,
/external/deqp/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp555 const int maxExp = 15; local
563 const int exp = rnd.getInt(minExp, maxExp);
660 const int maxExp = 15; local
669 const int exp = rnd.getInt(minExp, maxExp);
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp559 const int maxExp = 15; local
567 const int exp = rnd.getInt(minExp, maxExp);
664 const int maxExp = 15; local
673 const int exp = rnd.getInt(minExp, maxExp);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3981 const int maxExp = format.getMaxExp(); local
3987 const double maxRoot = deCbrt(maxExp + 0.5);
4046 const int maxExp = format.getMaxExp(); local
4050 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits);
4076 dst.push_back(sign * (deFloatLdExp(1.0f, maxExp) +
4077 (deFloatLdExp(1.0f, maxExp) - maxQuantum)));

Completed in 378 milliseconds