Home
last modified time | relevance | path

Searched defs:test_unsigned_pair (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/safe_numerics/test/
Dtest_checked_and_constexpr.cpp48 struct test_unsigned_pair { struct
49 static const std::size_t i = First();
50 static const std::size_t j = Second();
52 constexpr static const bool value = test_checked_and(
Dtest_checked_subtract_constexpr.cpp54 struct test_unsigned_pair { struct
55 static const std::size_t i = First();
56 static const std::size_t j = Second();
58 constexpr static const bool value = test_checked_subtract(
Dtest_checked_left_shift_constexpr.cpp55 struct test_unsigned_pair { struct
56 static const std::size_t i = First();
57 static const std::size_t j = Second();
59 constexpr static const bool value = test_checked_left_shift(
Dtest_checked_or_constexpr.cpp54 struct test_unsigned_pair { struct
55 static const std::size_t i = First();
56 static const std::size_t j = Second();
58 constexpr static const bool value = test_checked_or(
Dtest_checked_add_constexpr.cpp48 struct test_unsigned_pair { struct
49 static const std::size_t i = First();
50 static const std::size_t j = Second();
52 constexpr static const bool value = test_checked_add(
Dtest_checked_right_shift_constexpr.cpp75 struct test_unsigned_pair { struct
76 static const std::size_t i = First();
77 static const std::size_t j = Second();
79 constexpr static const bool value = test_checked_right_shift(
Dtest_checked_xor_constexpr.cpp56 struct test_unsigned_pair { struct
57 static const std::size_t i = First();
58 static const std::size_t j = Second();
60 constexpr static const bool value = test_checked_xor(
Dtest_checked_less_than_constexpr.cpp53 struct test_unsigned_pair { struct
54 static const std::size_t i = First();
55 static const std::size_t j = Second();
57 constexpr static const bool value = test_checked_less_than(
Dtest_checked_multiply_constexpr.cpp56 struct test_unsigned_pair { struct
57 static const std::size_t i = First();
58 static const std::size_t j = Second();
60 constexpr static const bool value = test_checked_multiply(
Dtest_checked_modulus_constexpr.cpp50 struct test_unsigned_pair { struct
51 static const std::size_t i = First();
52 static const std::size_t j = Second();
54 constexpr static const bool value = test_checked_modulus(
Dtest_checked_equal_to_constexpr.cpp53 struct test_unsigned_pair { struct
54 static const std::size_t i = First();
55 static const std::size_t j = Second();
57 constexpr static const bool value = test_checked_equal_to(
Dtest_checked_divide_constexpr.cpp51 struct test_unsigned_pair { struct
52 static const std::size_t i = First();
53 static const std::size_t j = Second();
55 constexpr static const bool value = test_checked_divide(
Dtest_checked_subtract.cpp76 struct test_unsigned_pair { struct
77 bool operator()() const { in operator ()()
Dtest_checked_modulus.cpp86 struct test_unsigned_pair { struct
87 bool operator()() const { in operator ()()
Dtest_checked_right_shift.cpp91 struct test_unsigned_pair { struct
92 bool operator()() const { in operator ()()
Dtest_checked_equal_to.cpp75 struct test_unsigned_pair { struct
76 bool operator()() const { in operator ()()
Dtest_checked_or.cpp76 struct test_unsigned_pair { struct
77 bool operator()() const { in operator ()()
Dtest_checked_add.cpp77 struct test_unsigned_pair { struct
78 bool operator()() const { in operator ()()
Dtest_checked_less_than.cpp75 struct test_unsigned_pair { struct
76 bool operator()() const { in operator ()()
Dtest_checked_xor.cpp76 struct test_unsigned_pair { struct
77 bool operator()() const { in operator ()()
Dtest_checked_left_shift.cpp90 struct test_unsigned_pair { struct
91 bool operator()() const { in operator ()()
Dtest_checked_divide.cpp86 struct test_unsigned_pair { struct
87 bool operator()() const { in operator ()()
Dtest_checked_and.cpp76 struct test_unsigned_pair { struct
77 bool operator()() const { in operator ()()
Dtest_checked_multiply.cpp87 struct test_unsigned_pair { struct
88 bool operator()() const { in operator ()()