Home
last modified time | relevance | path

Searched refs:cpp_dec_float_50_et (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
119 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
121 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
124 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
125 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
126 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
128 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
136 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
119 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
121 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
124 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
125 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
126 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
128 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
136 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
119 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
121 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
124 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
125 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
126 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
128 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
136 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
119 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
121 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
124 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
125 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
126 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
128 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
136 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
119 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
121 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
124 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
125 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
126 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
128 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
136 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
127 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
129 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
132 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
133 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
134 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
136 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
145 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
127 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
129 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
132 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
133 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
134 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
136 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
145 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
127 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
129 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
132 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
133 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
134 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
136 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
145 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/test/test/writing-test-ts/
H A Dfp-multiprecision-comparison-test.cpp35 boost::multiprecision::et_on> cpp_dec_float_50_et; typedef
127 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
129 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
132 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
133 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
134 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
136 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
145 …BOOST_TEST( a == b, tt::tolerance( tt::fpc::percent_tolerance<cpp_dec_float_50_et>( eps * 100 ) ) … in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp79 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
81 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
84 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
85 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
86 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp79 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
81 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
84 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
85 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
86 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp79 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
81 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
84 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
85 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
86 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp79 typedef number<cpp_dec_float<50>, et_on> cpp_dec_float_50_et; in BOOST_AUTO_TEST_CASE() typedef
81 …std::cout.precision(std::numeric_limits<cpp_dec_float_50_et>::digits10); // All significant digits. in BOOST_AUTO_TEST_CASE()
84 cpp_dec_float_50_et a("1.0"); in BOOST_AUTO_TEST_CASE()
85 cpp_dec_float_50_et b("1.0"); in BOOST_AUTO_TEST_CASE()
86 …b += std::numeric_limits<cpp_dec_float_50_et>::epsilon(); // Increment least significant decimal d… in BOOST_AUTO_TEST_CASE()
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE()