integer/test
2018-10-25 09:38:16 -06:00
..
common_factor_test.cpp Disable some tests on older compilers that we know won't pass. 2017-06-09 19:47:18 +01:00
discrete_log_test.cpp Return custom struct from extended Euclidean algorithm rather than tuple. Reduce number of operations for tests to reduce CI system workload. Disable discrete log tests until we have time to figure out why they are failing. 2018-10-25 09:38:16 -06:00
extended_euclidean_test.cpp Return custom struct from extended Euclidean algorithm rather than tuple. Reduce number of operations for tests to reduce CI system workload. Disable discrete log tests until we have time to figure out why they are failing. 2018-10-25 09:38:16 -06:00
fail_int_exact.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_int_fast.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_int_least.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_65.cpp Added compile fail test for uint_t<65>. related to #6169. 2015-01-25 17:26:09 +01:00
fail_uint_exact.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_fast.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
fail_uint_least.cpp Fix integer.hpp so a compiler error is generated when the number of bits requested is greater than the max available. 2012-05-02 17:10:20 +00:00
gcd_constexpr14_test.cpp Switch over to using new Boost.Math version of gcd/lcm. 2017-04-23 13:01:09 +01:00
gcd_noexcept_test.cpp Switch over to using new Boost.Math version of gcd/lcm. 2017-04-23 13:01:09 +01:00
has_gmpxx.cpp Test mpz_class when available. 2017-05-07 13:15:15 +01:00
integer_fwd_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_mask_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
integer_mask_test.cpp Add a 64 bit specialization of low_bits_mask_t. Fixes #4332 2010-06-10 19:49:34 +00:00
integer_test.cpp Missing #include 2015-01-23 19:05:59 +00:00
integer_traits_include_test.cpp Make code respect BOOST_NO_INTEGRAL_INT64_T. 2009-11-29 16:02:45 +00:00
integer_traits_test.cpp Make code respect BOOST_NO_INTEGRAL_INT64_T. 2009-11-29 16:02:45 +00:00
Jamfile.v2 [ci skip] Use less verbose naming. Add asserts as verfication of algorithms is a negligible fraction of total runtime. Use boost::multiprecision::powm and boost::multiprecision::sqrt rather than one-offs. 2018-02-09 17:19:26 -06:00
mod_inverse_test.cpp Return custom struct from extended Euclidean algorithm rather than tuple. Reduce number of operations for tests to reduce CI system workload. Disable discrete log tests until we have time to figure out why they are failing. 2018-10-25 09:38:16 -06:00
static_log2_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
static_log2_test.cpp Oops, tests should return the error code is any. 2009-11-26 13:35:03 +00:00
static_min_max_include_test.cpp Get the tests warning free with gcc, and add conceptual-header-inclusion tests. 2009-11-26 18:06:10 +00:00
static_min_max_test.cpp Oops, tests should return the error code is any. 2009-11-26 13:35:03 +00:00