]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/qvm/test/mag_v_test.cpp
update sources to v12.2.4
[ceph.git] / ceph / src / boost / libs / qvm / test / mag_v_test.cpp
index f9b816f8a37a2dfc25ef2663fdc802b0dca2ac47..2595464cd75b76299d887f11fe7e6242d266c5ef 100644 (file)
@@ -1,35 +1,35 @@
-//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
-
-//Distributed under the Boost Software License, Version 1.0. (See accompanying
-//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-#include <boost/qvm/vec_operations.hpp>
-#include "test_qvm_vector.hpp"
-#include "gold.hpp"
-
-namespace
-    {
-    template <int Dim>
-    void
-    test()
-        {
-        using namespace boost::qvm::sfinae;
-
-        test_qvm::vector<V1,Dim> const x(42,1);
-        float m1=mag(x);
-        float m2=mag(vref(x));
-        float m3=sqrtf(test_qvm::dot<float>(x.a,x.a));
-        BOOST_QVM_TEST_CLOSE(m1,m3,0.000001f);
-        BOOST_QVM_TEST_CLOSE(m2,m3,0.000001f);
-        }
-    }
-
-int
-main()
-    {
-    test<2>();
-    test<3>();
-    test<4>();
-    test<5>();
-    return boost::report_errors();
-    }
+//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.\r
+\r
+//Distributed under the Boost Software License, Version 1.0. (See accompanying\r
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
+\r
+#include <boost/qvm/vec_operations.hpp>\r
+#include "test_qvm_vector.hpp"\r
+#include "gold.hpp"\r
+\r
+namespace\r
+    {\r
+    template <int Dim>\r
+    void\r
+    test()\r
+        {\r
+        using namespace boost::qvm::sfinae;\r
+\r
+        test_qvm::vector<V1,Dim> const x(42,1);\r
+        float m1=mag(x);\r
+        float m2=mag(vref(x));\r
+        float m3=sqrtf(test_qvm::dot<float>(x.a,x.a));\r
+        BOOST_QVM_TEST_CLOSE(m1,m3,0.000001f);\r
+        BOOST_QVM_TEST_CLOSE(m2,m3,0.000001f);\r
+        }\r
+    }\r
+\r
+int\r
+main()\r
+    {\r
+    test<2>();\r
+    test<3>();\r
+    test<4>();\r
+    test<5>();\r
+    return boost::report_errors();\r
+    }\r