Home
last modified time | relevance | path

Searched refs:ulpBitNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp223 const int ulpBitNdx = 23-numMantissaBits; in getSingleULPForExponent() local
224 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp254 const int ulpBitNdx = 23-numMantissaBits; in getSingleULPForExponent() local
255 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()