Searched refs:sum_sq (Results 1 – 2 of 2) sorted by relevance
80 double sum_sq = 0; in BOOST_AUTO_TEST_CASE() local82 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()
340 float sum_sq = 0.f; in gather_input() local350 sum_sq += val * val; in gather_input()360 tmp = sum_sq * scale - mstd[0] * mstd[0]; in gather_input()