Lines Matching refs:toHex
371 << "in0 = " << in0 << " / " << tcu::toHex(tcu::Float32(in0).bits())
372 << ", in1 = " << in1 << " / " << tcu::toHex(tcu::Float32(in1).bits())
374 << TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) << TestLog::EndMessage;
384 log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0]).bits()) << TestLog::EndMessage;
404 log << TestLog::Message << "ERROR: Inconsistent results, got " << tcu::toHex(pixelBits) << " at (" << x << ", " << y << ")" << TestLog::EndMessage;
587 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked)
609 << "got " << cmpOut << " / " << tcu::toHex(cmpOut)
780 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOut)
802 << "got " << tcu::toHex(cmpOut)