Lines Matching refs:ref0
502 const float ref0 = de::abs(in0); in compare() local
503 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
507 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
518 const int ref0 = de::abs(in0); in compare() local
520 if (out0 != ref0) in compare()
522 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
595 const float ref0 = in0 < 0.0f ? -1.0f : in compare() local
597 const deUint32 ulpDiff0 = getUlpDiff(out0, ref0); in compare()
601 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " with ULP threshold " << maxU… in compare()
612 const int ref0 = in0 < 0 ? -1 : in compare() local
615 if (out0 != ref0) in compare()
617 m_failMsg << "Expected [" << compNdx << "] = " << ref0; in compare()
1380 const float ref0 = deFloatFloor(in0); in compare() local
1382 …nst deUint32 ulpDiff0 = hasZeroSign ? getUlpDiff(out0, ref0) : getUlpDiffIgnoreZeroSign(out0, ref0… in compare()
1387 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref0) << " or " << HexFloat(ref1) << ",… in compare()