Home
last modified time | relevance | path

Searched refs:refOut1 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp840 const float refOut1 = float(int(in0)); in compare() local
841 const float refOut0 = in0 - refOut1; in compare()
852 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()
1810 int refOut1; in compare() local
1812 frexp(in0, &refOut0, &refOut1); in compare()
1816 if (ulpDiff0 > maxUlpDiff || out1 != refOut1) in compare()
1818 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp956 const float refOut1 = float(int(in0)); in compare() local
957 const float refOut0 = in0 - refOut1; in compare()
968 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()
2052 int refOut1; in compare() local
2054 frexp(in0, &refOut0, &refOut1); in compare()
2058 if (ulpDiff0 > maxUlpDiff || out1 != refOut1) in compare()
2060 …m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with U… in compare()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp762 const float refOut1 = float(int(in0)); in compare() local
763 const float refOut0 = in0 - refOut1; in compare()
774 …ted [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << Hex… in compare()