Lines Matching refs:ref0
471 const float ref0 = de::abs(in0); in compare() local
472 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
476 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
487 const int ref0 = de::abs(in0); in compare() local
489 if (out0 != ref0) in compare()
491 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
564 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local
566 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
570 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
581 const int ref0 = in0 < 0 ? -1 : in compare() local
584 if (out0 != ref0) in compare()
586 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
1344 const float ref0 = deFloatFloor(in0); in compare() local
1346 …nst deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0… in compare()
1351 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ",… in compare()