Searched refs:convertFloatFlushToZeroRtn (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 270 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() function 313 return -convertFloatFlushToZeroRtn(-value, minExponent, numAccurateBits); in convertFloatFlushToZeroRtp() 522 …const tcu::Interval forwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValue… in reverifyConstantDerivateWithFlushRelaxations() 524 …const tcu::Interval backwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValu… in reverifyConstantDerivateWithFlushRelaxations() 540 …const tcu::Interval numeratorRange (convertFloatFlushToZeroRtn((float)numerator.lo(), minExponen… in reverifyConstantDerivateWithFlushRelaxations() 544 …const tcu::Interval divisionResultRange (convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRa… in reverifyConstantDerivateWithFlushRelaxations()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 240 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtn() function 283 return -convertFloatFlushToZeroRtn(-value, minExponent, numAccurateBits); in convertFloatFlushToZeroRtp() 458 …const tcu::Interval forwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValue… in reverifyConstantDerivateWithFlushRelaxations() 460 …const tcu::Interval backwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValu… in reverifyConstantDerivateWithFlushRelaxations() 476 …const tcu::Interval numeratorRange (convertFloatFlushToZeroRtn((float)numerator.lo(), minExponen… in reverifyConstantDerivateWithFlushRelaxations() 480 …const tcu::Interval divisionResultRange (convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRa… in reverifyConstantDerivateWithFlushRelaxations()
|