Home
last modified time | relevance | path

Searched refs:refOut1 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp800 const float refOut1 = float(int(in0)); in compare() local
801 const float refOut0 = in0 - refOut1; in compare()
812 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold " in compare()
1770 int refOut1;
1772 frexp(in0, &refOut0, &refOut1);
1776 if (ulpDiff0 > maxUlpDiff || out1 != refOut1)
1778 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", " << refOut1 << " with ULP threshold "
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp725 const float refOut1 = float(int(in0)); in compare() local
726 const float refOut0 = in0 - refOut1; in compare()
737 m_failMsg << "Expected [" << compNdx << "] = (" << HexFloat(refOut0) << ") + (" << HexFloat(refOut1) << ") = " << HexFloat(in0) << " with ULP threshold " in compare()

Completed in 7 milliseconds