Lines Matching defs:expectedValue
64 float expectedValue;
106 0.3f, // expectedValue
120 0.0f, // expectedValue
134 1.0f, // expectedValue
148 0.0f, // expectedValue
162 1.0f, // expectedValue
176 -1.5f, // expectedValue
192 1.5f, // expectedValue
209 0.35f, // expectedValue: 0.7 * 0.5 + (1.0 - 0.7) * 0.0) = 0.35
215 1.0f, // expectedValue: 1.0 * 1.0 + (1.0 - 1.0) * 0.9 = 1.0
221 0.95f, // expectedValue: 0.9 * 1.0 + (1.0 - 0.9) * 0.5 = 0.95
227 0.66f, // expectedValue: 0.4 * 0.9 + (1.0 - 0.4) * 0.5 = 0.66
679 (m_params.viewportData[0].expectedValue >= 0.0f && m_params.viewportData[0].expectedValue <= 1.0f));
683 const float expectedValue = m_params.viewportData[viewportIndex].expectedValue;
694 if (std::abs(expectedValue - resultImage.getPixDepth(x, y, 0)) >= m_epsilon)
702 msg << "Depth value mismatch, expected: " << expectedValue