Home | History | Annotate | Download | only in functional

Lines Matching refs:ref0

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