Searched refs:hr3 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/histogram/test/ |
D | algorithm_reduce_test.cpp | 179 auto hr3 = reduce(h, opts2); in run_tests() local 180 BOOST_TEST_EQ(hr3, hr); in run_tests() 227 auto hr3 = reduce(h, crop_and_rebin(1, 2, 4, 2), crop(0, 2, 4)); in run_tests() local 228 BOOST_TEST_EQ(hr, hr3); in run_tests()
|