Lines Matching refs:highpFmt
876 static const FloatFormat highpFmt (-126, 127, 23, true, in evaluate() local
888 std::cerr << " -> " << intervalToString<T>(highpFmt, ret) << std::endl; in evaluate()
4634 const FloatFormat highpFmt = m_ctx.highpFormat; in testStatement() local
4782 reference1 = convert<Out1>(highpFmt, env.lookup(*variables.out1)); in testStatement()
4800 reference0 = convert<Out0>(highpFmt, env.lookup(*variables.out0)); in testStatement()
4831 << valueToString(highpFmt, inputs.in0[valueNdx]) << "\n"; in testStatement()
4837 << valueToString(highpFmt, inputs.in1[valueNdx]) << "\n"; in testStatement()
4843 << valueToString(highpFmt, inputs.in2[valueNdx]) << "\n"; in testStatement()
4849 << valueToString(highpFmt, inputs.in3[valueNdx]) << "\n"; in testStatement()
4855 << valueToString(highpFmt, outputs.out0[valueNdx]) << "\n" in testStatement()
4857 << intervalToString<typename Out::Out0>(highpFmt, reference0) << "\n"; in testStatement()
4863 << valueToString(highpFmt, outputs.out1[valueNdx]) << "\n" in testStatement()
4865 << intervalToString<typename Out::Out1>(highpFmt, reference1) << "\n"; in testStatement()
5527 const FloatFormat& highpFmt = *de::getSizedArrayElement<glu::PRECISION_LAST>(ctx.formats, in createFuncGroup() local
5535 const Context caseCtx (name, ctx.testCtx, ctx.renderCtx, fmt, highpFmt, in createFuncGroup()