]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/performance/sf_performance_files/sf_performance_nct_20.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / multiprecision / performance / sf_performance_files / sf_performance_nct_20.cpp
diff --git a/ceph/src/boost/libs/multiprecision/performance/sf_performance_files/sf_performance_nct_20.cpp b/ceph/src/boost/libs/multiprecision/performance/sf_performance_files/sf_performance_nct_20.cpp
new file mode 100644 (file)
index 0000000..826ec0e
--- /dev/null
@@ -0,0 +1,13 @@
+///////////////////////////////////////////////////////////////
+//  Copyright 2011 John Maddock. Distributed under the Boost
+//  Software License, Version 1.0. (See accompanying file
+//  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
+
+#include "../sf_performance.hpp"
+
+void nct_tests_20()
+{
+#ifdef TEST_MPREAL
+   time_proc("Non-central T Distribution (100 digit precision)", "mpfr::mpreal", test_nct<mpfr::mpreal>);
+#endif
+}