Lines Matching defs:highpFmt
854 static const FloatFormat highpFmt (-126, 127, 23, true,
866 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl;
4484 const FloatFormat highpFmt = m_ctx.highpFormat;
4611 reference1 = convert<Out1>(highpFmt, env.lookup(*variables.out1));
4616 reference0 = convert<Out0>(highpFmt, env.lookup(*variables.out0));
4635 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n";
4641 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n";
4647 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n";
4653 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n";
4659 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n"
4661 << intervalToString<typename Out::Out0>(highpFmt, reference0) << "\n";
4667 << valueToString(highpFmt, outputs.out1[valueNdx]) << "\n"
4669 << intervalToString<typename Out::Out1>(highpFmt, reference1) << "\n";
5331 const FloatFormat& highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats,
5339 const Context caseCtx (name, ctx.testCtx, ctx.renderCtx, fmt, highpFmt,