Lines Matching refs:ref0
437 const deUint32 ref0 = in0+in1; in compare() local
440 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) in compare()
442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
531 const deUint32 ref0 = in0-in1; in compare() local
534 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1) in compare()
536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
621 const deUint32 ref0 = deUint32(mul64 >> 32); in compare() local
624 if (out0 != ref0 || out1 != ref1) in compare()
626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()
712 const deInt32 ref0 = deInt32(mul64 >> 32); in compare() local
715 if (out0 != ref0 || out1 != ref1) in compare()
717 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); in compare()