Searched refs:convertFloatFlushToZeroRtp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 311 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() function 523 …convertFloatFlushToZeroRtp(addErrorUlp((float)functionValueForward[c], +0.5f, numVaryingSampleBit… in reverifyConstantDerivateWithFlushRelaxations() 525 …convertFloatFlushToZeroRtp(addErrorUlp((float)functionValueBackward[c], +0.5f, numVaryingSampleBit… in reverifyConstantDerivateWithFlushRelaxations() 541 convertFloatFlushToZeroRtp((float)numerator.hi(), minExponent, numeratorHiBits)); in reverifyConstantDerivateWithFlushRelaxations() 545 …convertFloatFlushToZeroRtp(addErrorUlp((float)divisionRange.hi(), +divisionErrorUlps, numBits), mi… in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 281 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() function 459 …convertFloatFlushToZeroRtp(addErrorUlp((float)functionValueForward[c], +0.5f, numVaryingSampleBit… in reverifyConstantDerivateWithFlushRelaxations() 461 …convertFloatFlushToZeroRtp(addErrorUlp((float)functionValueBackward[c], +0.5f, numVaryingSampleBit… in reverifyConstantDerivateWithFlushRelaxations() 477 convertFloatFlushToZeroRtp((float)numerator.hi(), minExponent, numeratorHiBits)); in reverifyConstantDerivateWithFlushRelaxations() 481 …convertFloatFlushToZeroRtp(addErrorUlp((float)divisionRange.hi(), +divisionErrorUlps, numBits), mi… in reverifyConstantDerivateWithFlushRelaxations()
|