Lines Matching refs:refOut0
763 const float refOut0 = in0 - refOut1;
765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
774 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold "
991 const deUint32 refOut0 = tcu::Float32(in0).bits();
992 const int ulpDiff = de::abs((int)out0 - (int)refOut0);
996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold "