Lines Matching refs:ref0
434 const float ref0 = de::abs(in0); in compare() local
435 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
439 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
450 const int ref0 = de::abs(in0); in compare() local
452 if (out0 != ref0) in compare()
454 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
527 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local
529 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
533 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
544 const int ref0 = in0 < 0 ? -1 : in compare() local
547 if (out0 != ref0) in compare()
549 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
1307 const float ref0 = deFloatFloor(in0); in compare() local
1309 …nst deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0… in compare()
1314 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ",… in compare()