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.hpp46 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()
745 const int maxExp = 15; in iterate() local
776 const int exp = rnd.getInt(minExp, maxExp); in iterate()
DvktShaderBuiltinPrecisionTests.cpp5385 const int maxExp = format.getMaxExp(); in genRandom() local
5391 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
5467 const int maxExp = format.getMaxExp(); in genFixeds() local
5471 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds()
5491 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) + in genFixeds()
5492 (deFloatLdExp(1.0f, maxExp) - maxQuantum))); in genFixeds()
5527 const int maxExp = format.getMaxExp(); in genRandom() local
5534 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
5618 const int maxExp = format.getMaxExp(); in genFixeds() local
5622 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds()
[all …]
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4265 const int maxExp = format.getMaxExp(); in genRandom() local
4271 const double maxRoot = deCbrt(maxExp + 0.5); in genRandom()
4330 const int maxExp = format.getMaxExp(); in genFixeds() local
4334 const float maxQuantum = deFloatLdExp(1.0f, maxExp - fractionBits); in genFixeds()
4360 dst.push_back((float)sign * (deFloatLdExp(1.0f, maxExp) + in genFixeds()
4361 (deFloatLdExp(1.0f, maxExp) - maxQuantum))); in genFixeds()