Lines Matching refs:integral
841 /* Calculate surface/line integral */
842 glw::GLfloat integral = 0.f;
845 glw::GLuint(sqrt(glw::GLfloat(results.size()))) + 1 /* line integral */ :
846 1 /* surface integral */);
848 glw::GLuint(sqrt(glw::GLfloat(results.size()))) /* line integral */ :
849 results.size() /* surface integral */);
853 integral += results[i_pixels];
856 integral /= static_cast<glw::GLfloat>(base);
861 if (fabs(m_expected_integral[i_primitive_type * m_clip_function_count + clip_function] - integral) >
965 /* @brief Expected results of testing integral for functional test. */