Searched refs:maxExp (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 51 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()
|
D | tcuFloatFormat.hpp | 47 int maxExp,
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderPackingFunctionTests.cpp | 555 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/ |
D | es31fShaderPackingFunctionTests.cpp | 559 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/ |
D | vktShaderPackingFunctionTests.cpp | 627 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()
|
D | vktShaderBuiltinPrecisionTests.cpp | 4086 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/ |
D | glsBuiltinPrecisionTests.cpp | 4115 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()
|