Home
last modified time | relevance | path

Searched refs:sum_sq (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/random/test/
Dtest_uniform_on_sphere_distribution.cpp80 double sum_sq = 0; in BOOST_AUTO_TEST_CASE() local
82 sum_sq += result[j] * result[j]; in BOOST_AUTO_TEST_CASE()
84 BOOST_CHECK_CLOSE_FRACTION(sum_sq, 1.0, 1e-5); in BOOST_AUTO_TEST_CASE()
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c340 float sum_sq = 0.f; in gather_input() local
350 sum_sq += val * val; in gather_input()
360 tmp = sum_sq * scale - mstd[0] * mstd[0]; in gather_input()