Lines Matching refs:minExponent

270 static float convertFloatFlushToZeroRtn (float value, int minExponent, int numAccurateBits)  in convertFloatFlushToZeroRtn()  argument
284 if (value > 0.0f && tcu::Float32(value).exponent() < minExponent) in convertFloatFlushToZeroRtn()
311 static float convertFloatFlushToZeroRtp (float value, int minExponent, int numAccurateBits) in convertFloatFlushToZeroRtp() argument
313 return -convertFloatFlushToZeroRtn(-value, minExponent, numAccurateBits); in convertFloatFlushToZeroRtp()
457 const int minExponent = getMinExponent(precision); in reverifyConstantDerivateWithFlushRelaxations() local
493 …n(addErrorUlp((float)functionValueForward[c], -0.5f, numVaryingSampleBits), minExponent, numBits), in reverifyConstantDerivateWithFlushRelaxations()
494 …(addErrorUlp((float)functionValueForward[c], +0.5f, numVaryingSampleBits), minExponent, numBits)); in reverifyConstantDerivateWithFlushRelaxations()
495 …n(addErrorUlp((float)functionValueBackward[c], -0.5f, numVaryingSampleBits), minExponent, numBits), in reverifyConstantDerivateWithFlushRelaxations()
496 …(addErrorUlp((float)functionValueBackward[c], +0.5f, numVaryingSampleBits), minExponent, numBits)); in reverifyConstantDerivateWithFlushRelaxations()
511 …al numeratorRange (convertFloatFlushToZeroRtn((float)numerator.lo(), minExponent, numeratorLoBit… in reverifyConstantDerivateWithFlushRelaxations()
512 convertFloatFlushToZeroRtp((float)numerator.hi(), minExponent, numeratorHiBits)); in reverifyConstantDerivateWithFlushRelaxations()
515 …ZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), minExponent, numBits), in reverifyConstantDerivateWithFlushRelaxations()
516 …eroRtp(addErrorUlp((float)divisionRange.hi(), +divisionErrorUlps, numBits), minExponent, numBits)); in reverifyConstantDerivateWithFlushRelaxations()