Lines Matching refs:Float32
207 return tcu::UVec4(tcu::Float32(v[0]).exponentBits(), in getCompExpBits()
208 tcu::Float32(v[1]).exponentBits(), in getCompExpBits()
209 tcu::Float32(v[2]).exponentBits(), in getCompExpBits()
210 tcu::Float32(v[3]).exponentBits()); in getCompExpBits()
217 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError()
219 …return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, e… in computeFloatingPointError()
255 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()
260 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat(); in getSingleULPForExponent()
266 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue()
278 const tcu::Float32 inputFloat = tcu::Float32(value); in convertFloatFlushToZeroRtn()
284 if (value > 0.0f && tcu::Float32(value).exponent() < minExponent) in convertFloatFlushToZeroRtn()
292 …return tcu::Float32::construct(+1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFl… in convertFloatFlushToZeroRtn()
300 …return tcu::Float32::construct(-1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFl… in convertFloatFlushToZeroRtn()
497 …nst int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu::… in reverifyConstantDerivateWithFlushRelaxations()
498 …de::max(tcu::Float32(backwardComponent.lo()).exponent(), tcu::Float32(backwardComponent.hi()).exp… in reverifyConstantDerivateWithFlushRelaxations()
504 const int numeratorLoExp = tcu::Float32(numerator.lo()).exponent(); in reverifyConstantDerivateWithFlushRelaxations()
505 const int numeratorHiExp = tcu::Float32(numerator.hi()).exponent(); in reverifyConstantDerivateWithFlushRelaxations()