Lines Matching defs:highpFmt
877 static const FloatFormat highpFmt (-126, 127, 23, true,
889 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl;
4635 const FloatFormat highpFmt = m_ctx.highpFormat;
4783 reference1 = convert<Out1>(highpFmt, env.lookup(*variables.out1));
4801 reference0 = convert<Out0>(highpFmt, env.lookup(*variables.out0));
4832 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n";
4838 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n";
4844 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n";
4850 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n";
4856 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n"
4858 << intervalToString<typename Out::Out0>(highpFmt, reference0) << "\n";
4864 << valueToString(highpFmt, outputs.out1[valueNdx]) << "\n"
4866 << intervalToString<typename Out::Out1>(highpFmt, reference1) << "\n";
5529 const FloatFormat& highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats,
5537 const Context caseCtx (name, ctx.testCtx, ctx.renderCtx, fmt, highpFmt,