Searched refs:divisionErrorUlps (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 482 const float divisionErrorUlps = 2.5f; in reverifyConstantDerivateWithFlushRelaxations() local 544 …(convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), m… in reverifyConstantDerivateWithFlushRelaxations() 545 …convertFloatFlushToZeroRtp(addErrorUlp((float)divisionRange.hi(), +divisionErrorUlps, numBits), mi… in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 418 const float divisionErrorUlps = 2.5f; in reverifyConstantDerivateWithFlushRelaxations() local 480 …(convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), m… in reverifyConstantDerivateWithFlushRelaxations() 481 …convertFloatFlushToZeroRtp(addErrorUlp((float)divisionRange.hi(), +divisionErrorUlps, numBits), mi… in reverifyConstantDerivateWithFlushRelaxations()
|