Lines Matching refs:ref0
409 const deUint32 ref0 = in0+in1;
412 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
414 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
503 const deUint32 ref0 = in0-in1;
506 if (((out0&mask0) != (ref0&mask0)) || out1 != ref1)
508 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
593 const deUint32 ref0 = deUint32(mul64 >> 32);
596 if (out0 != ref0 || out1 != ref1)
598 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);
684 const deInt32 ref0 = deInt32(mul64 >> 32);
687 if (out0 != ref0 || out1 != ref1)
689 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1);