Searched refs:fpExp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1910 const int fpExp = rnd.getInt(-126, 127); in getInputValues() local 1913 const int in1 = rnd.getInt(de::max(-126, -126-fpExp), de::min(127, 127-fpExp)); in getInputValues() 1914 const float in0 = tcu::Float32::construct(sign, fpExp, mantissa).asFloat(); in getInputValues() 1917 DE_ASSERT(de::inRange(in1+fpExp, -126, 127)); in getInputValues()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 2166 const int fpExp = rnd.getInt(-126, 127); in getInputValues() local 2169 const int in1 = rnd.getInt(de::max(-126, -126-fpExp), de::min(127, 127-fpExp)); in getInputValues() 2170 const float in0 = tcu::Float32::construct(sign, fpExp, mantissa).asFloat(); in getInputValues() 2173 DE_ASSERT(de::inRange(in1+fpExp, -126, 127)); in getInputValues()
|