Searched defs:maxExp (Results 1 - 6 of 6) 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
/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/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp627 const int maxExp = 15; local
635 const int exp = rnd.getInt(minExp, maxExp);
747 const int maxExp = 15; local
756 const int exp = rnd.getInt(minExp, maxExp);
H A DvktShaderBuiltinPrecisionTests.cpp4064 const int maxExp = format.getMaxExp(); local
4070 const double maxRoot = deCbrt(maxExp + 0.5);
4129 const int maxExp = format.getMaxExp(); local
4133 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits);
4159 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) +
4160 (deFloatLdExp(1.0f, maxExp) - maxQuantum)));
/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.cpp4115 const int maxExp = format.getMaxExp(); local
4121 const double maxRoot = deCbrt(maxExp + 0.5);
4180 const int maxExp = format.getMaxExp(); local
4184 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits);
4210 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) +
4211 (deFloatLdExp(1.0f, maxExp) - maxQuantum)));

Completed in 163 milliseconds