2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix some expected error rates.

This commit is contained in:
jzmaddock
2014-03-10 18:34:25 +00:00
parent c9d65cfa1f
commit dc533a4fd3
4 changed files with 4 additions and 41 deletions

View File

@@ -27,20 +27,13 @@ void expected_results()
".*", // test type(s)
".*large.*", // test data group
".*", 80, 50); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*cpp_bin_float.*", // test type(s)
".*", // test data group
".*", 300, 150); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*", // test type(s)
".*", // test data group
".*", 50, 15); // test function
".*", 1000, 500); // test function
//
// Finish off by printing out the compiler/stdlib/platform names,
// we do this to make it easier to mark up expected error rates.

View File

@@ -16,43 +16,13 @@ void expected_results()
// Define the max and mean errors expected for
// various compilers and platforms.
//
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*gmp_float<18>.*", // test type(s)
"Erf Function:.*", // test data group
"boost::math::erfc?", 2200, 1500);// test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*gmp_float<18>.*", // test type(s)
"Inverse Erf.*", // test data group
"boost::math::erfc?_inv", 2200, 1500); // test function
#ifdef BOOST_INTEL
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
"float128", // test type(s)
"Erf Function:.*", // test data group
"boost::math::erfc?", 15000, 1000); // test function
#endif
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*cpp_bin_float.*", // test type(s)
"Erf Function:.*", // test data group
"boost::math::erfc?", 3000, 1000); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
".*", // platform
".*", // test type(s)
"Erf Function:.*", // test data group
"boost::math::erfc?", 300, 200); // test function
"boost::math::erfc?", 2500, 1000); // test function
add_expected_result(
".*", // compiler
".*", // stdlib

View File

@@ -21,7 +21,7 @@ void expected_results()
".*", // platform
".*", // test type(s)
".*", // test data group
".*", 250, 50); // test function
".*", 5000, 2000); // test function
//
// Finish off by printing out the compiler/stdlib/platform names,
// we do this to make it easier to mark up expected error rates.

View File

@@ -42,7 +42,7 @@ void expected_results()
".*", // platform
".*", // test type(s)
".*", // test data group
"boost::math::tgamma", 4, 3); // test function
"boost::math::tgamma", 40, 20); // test function
//
// Finish off by printing out the compiler/stdlib/platform names,
// we do this to make it easier to mark up expected error rates.