Lines Matching refs:Float32
177 return tcu::UVec4(tcu::Float32(v[0]).exponentBits(), in getCompExpBits()
178 tcu::Float32(v[1]).exponentBits(), in getCompExpBits()
179 tcu::Float32(v[2]).exponentBits(), in getCompExpBits()
180 tcu::Float32(v[3]).exponentBits()); in getCompExpBits()
187 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError()
189 …return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, e… in computeFloatingPointError()
225 …return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::cons… in getSingleULPForExponent()
230 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat(); in getSingleULPForExponent()
236 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue()
248 const tcu::Float32 inputFloat = tcu::Float32(value); in convertFloatFlushToZeroRtn()
254 if (value > 0.0f && tcu::Float32(value).exponent() < minExponent) in convertFloatFlushToZeroRtn()
262 …return tcu::Float32::construct(+1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFl… in convertFloatFlushToZeroRtn()
270 …return tcu::Float32::construct(-1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFl… in convertFloatFlushToZeroRtn()
462 …nst int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu::… in reverifyConstantDerivateWithFlushRelaxations()
463 …de::max(tcu::Float32(backwardComponent.lo()).exponent(), tcu::Float32(backwardComponent.hi()).exp… in reverifyConstantDerivateWithFlushRelaxations()
469 const int numeratorLoExp = tcu::Float32(numerator.lo()).exponent(); in reverifyConstantDerivateWithFlushRelaxations()
470 const int numeratorHiExp = tcu::Float32(numerator.hi()).exponent(); in reverifyConstantDerivateWithFlushRelaxations()