Searched refs:minExp (Results 1 - 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuFloatFormat.hpp | 46 FloatFormat (int minExp,
|
H A D | tcuFloatFormat.cpp | 59 FloatFormat::FloatFormat (int minExp, argument 66 : m_minExp (minExp) 75 DE_ASSERT(minExp <= maxExp);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 554 const int minExp = -14; local 563 const int exp = rnd.getInt(minExp, maxExp); 659 const int minExp = -14; local 669 const int exp = rnd.getInt(minExp, maxExp);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 626 const int minExp = -14; local 635 const int exp = rnd.getInt(minExp, maxExp); 746 const int minExp = -14; local 756 const int exp = rnd.getInt(minExp, maxExp);
|
H A D | vktShaderBuiltinPrecisionTests.cpp | 4094 const int minExp = format.getMinExp(); local 4100 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0)); 4121 if (exp >= minExp) 4131 quantum = deFloatLdExp(1.0f, minExp - fractionBits); 4159 const int minExp = format.getMinExp(); local 4162 const float minQuantum = deFloatLdExp(1.0f, minExp - fractionBits); 4163 const float minNormalized = deFloatLdExp(1.0f, minExp); 4109 DE_ASSERT(fractionBits < std::numeric_limits<float>::digits); switch (rnd.getInt(0, 64)) { case 0: return 0; case 1: return TCU_INFINITY; case 2: return -TCU_INFINITY; case 3: return TCU_NAN; default: break; } if (exp >= minExp) argument
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderPackingFunctionTests.cpp | 558 const int minExp = -14; local 567 const int exp = rnd.getInt(minExp, maxExp); 663 const int minExp = -14; local 673 const int exp = rnd.getInt(minExp, maxExp);
|
/external/deqp/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 4179 const int minExp = format.getMinExp(); local 4185 const double minRoot = deCbrt(minExp - 0.5 - (haveSubnormal ? 1.0 : 0.0)); 4206 if (exp >= minExp) 4216 quantum = deFloatLdExp(1.0f, minExp - fractionBits); 4244 const int minExp = format.getMinExp(); local 4247 const float minQuantum = deFloatLdExp(1.0f, minExp - fractionBits); 4248 const float minNormalized = deFloatLdExp(1.0f, minExp); 4194 DE_ASSERT(fractionBits < std::numeric_limits<float>::digits); switch (rnd.getInt(0, 64)) { case 0: return 0; case 1: return TCU_INFINITY; case 2: return -TCU_INFINITY; case 3: return TCU_NAN; default: break; } if (exp >= minExp) argument
|
Completed in 411 milliseconds