Home
last modified time | relevance | path

Searched refs:mean_error_found (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/example/
Dhandle_test_result.hpp130 T mean_error_found = result.rms()/eps; in handle_test_result() local
135 << " RMS Mean=" << mean_error_found; in handle_test_result()
174 if(bounds.second < mean_error_found) in handle_test_result()
177 BOOST_CHECK(bounds.second >= mean_error_found); in handle_test_result()
194 T mean_error_found = result.rms()/eps; in print_test_result() local
199 << " RMS Mean=" << mean_error_found; in print_test_result()
/third_party/boost/libs/math/test/
Dhandle_test_result.hpp130 T mean_error_found = result.rms()/eps; in handle_test_result() local
135 << " RMS Mean=" << mean_error_found; in handle_test_result()
174 if(bounds.second < mean_error_found) in handle_test_result()
177 BOOST_CHECK(bounds.second >= mean_error_found); in handle_test_result()
194 T mean_error_found = result.rms()/eps; in print_test_result() local
199 << " RMS Mean=" << mean_error_found; in print_test_result()
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp419 T mean_error_found = result.rms() / eps; in handle_test_result() local
441 if((boost::math::isfinite)(mean_error_found)) in handle_test_result()
442 ss << mean_error_found; in handle_test_result()