Lines Matching refs:ref0
549 const float ref0 = de::abs(in0); in compare() local
550 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
554 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
565 const int ref0 = de::abs(in0); in compare() local
567 if (out0 != ref0) in compare()
569 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
642 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local
644 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
648 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
659 const int ref0 = in0 < 0 ? -1 : in compare() local
662 if (out0 != ref0) in compare()
664 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
1427 const float ref0 = deFloatFloor(in0); in compare() local
1429 …nst deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0… in compare()
1434 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ",… in compare()