Home
last modified time | relevance | path

Searched refs:maxExp (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp51 double computeMaxValue (int maxExp, int fractionBits) in computeMaxValue() argument
53 return (deLdExp(1.0, maxExp) + in computeMaxValue()
54 deLdExp(double((1ull << fractionBits) - 1), maxExp - fractionBits)); in computeMaxValue()
60 int maxExp, in FloatFormat() argument
67 , m_maxExp (maxExp) in FloatFormat()
73 , m_maxValue (computeMaxValue(maxExp, fractionBits)) in FloatFormat()
75 DE_ASSERT(minExp <= maxExp); in FloatFormat()
DtcuFloatFormat.hpp47 int maxExp,
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp555 const int maxExp = 15; in iterate() local
563 const int exp = rnd.getInt(minExp, maxExp); in iterate()
660 const int maxExp = 15; in iterate() local
669 const int exp = rnd.getInt(minExp, maxExp); in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp559 const int maxExp = 15; in iterate() local
567 const int exp = rnd.getInt(minExp, maxExp); in iterate()
664 const int maxExp = 15; in iterate() local
673 const int exp = rnd.getInt(minExp, maxExp); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp627 const int maxExp = 15; in iterate() local
635 const int exp = rnd.getInt(minExp, maxExp); in iterate()
747 const int maxExp = 15; in iterate() local
756 const int exp = rnd.getInt(minExp, maxExp); in iterate()
DvktShaderBuiltinPrecisionTests.cpp4086 const int maxExp = format.getMaxExp(); in genRandom() local
4092 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
4151 const int maxExp = format.getMaxExp(); in genFixeds() local
4155 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds()
4181 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) + in genFixeds()
4182 (deFloatLdExp(1.0f, maxExp) - maxQuantum))); in genFixeds()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4115 const int maxExp = format.getMaxExp(); in genRandom() local
4121 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
4180 const int maxExp = format.getMaxExp(); in genFixeds() local
4184 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds()
4210 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) + in genFixeds()
4211 (deFloatLdExp(1.0f, maxExp) - maxQuantum))); in genFixeds()