Searched refs:convertFloorFlushToZero (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp270 static float convertFloorFlushToZero (float value, int minExponent, int numAccurateBits) function in namespace:deqp::gles3::Functional
313 return -convertFloorFlushToZero(-value, minExponent, numAccurateBits);
493 const tcu::Interval forwardComponent (convertFloorFlushToZero(functionValueForward[c], minExponent, numVaryingSampleBits),
495 const tcu::Interval backwardComponent (convertFloorFlushToZero(functionValueBackward[c], minExponent, numVaryingSampleBits),
511 const tcu::Interval nominatorRange (convertFloorFlushToZero(nominator.lo(), minExponent, nominatorLoBits),
515 const tcu::Interval divisionResultRange (convertFloorFlushToZero(addErrorUlp(divisionRange.lo(), -divisionErrorUlps, numBits), minExponent, numBits),

Completed in 36 milliseconds