/third_party/boost/libs/safe_numerics/test/ |
D | test_checked_and_constexpr.cpp | 48 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(
|
D | test_checked_subtract_constexpr.cpp | 54 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(
|
D | test_checked_left_shift_constexpr.cpp | 55 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(
|
D | test_checked_or_constexpr.cpp | 54 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(
|
D | test_checked_add_constexpr.cpp | 48 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(
|
D | test_checked_right_shift_constexpr.cpp | 75 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(
|
D | test_checked_xor_constexpr.cpp | 56 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(
|
D | test_checked_less_than_constexpr.cpp | 53 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(
|
D | test_checked_multiply_constexpr.cpp | 56 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(
|
D | test_checked_modulus_constexpr.cpp | 50 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(
|
D | test_checked_equal_to_constexpr.cpp | 53 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(
|
D | test_checked_divide_constexpr.cpp | 51 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(
|
D | test_checked_subtract.cpp | 76 struct test_unsigned_pair { struct 77 bool operator()() const { in operator ()()
|
D | test_checked_modulus.cpp | 86 struct test_unsigned_pair { struct 87 bool operator()() const { in operator ()()
|
D | test_checked_right_shift.cpp | 91 struct test_unsigned_pair { struct 92 bool operator()() const { in operator ()()
|
D | test_checked_equal_to.cpp | 75 struct test_unsigned_pair { struct 76 bool operator()() const { in operator ()()
|
D | test_checked_or.cpp | 76 struct test_unsigned_pair { struct 77 bool operator()() const { in operator ()()
|
D | test_checked_add.cpp | 77 struct test_unsigned_pair { struct 78 bool operator()() const { in operator ()()
|
D | test_checked_less_than.cpp | 75 struct test_unsigned_pair { struct 76 bool operator()() const { in operator ()()
|
D | test_checked_xor.cpp | 76 struct test_unsigned_pair { struct 77 bool operator()() const { in operator ()()
|
D | test_checked_left_shift.cpp | 90 struct test_unsigned_pair { struct 91 bool operator()() const { in operator ()()
|
D | test_checked_divide.cpp | 86 struct test_unsigned_pair { struct 87 bool operator()() const { in operator ()()
|
D | test_checked_and.cpp | 76 struct test_unsigned_pair { struct 77 bool operator()() const { in operator ()()
|
D | test_checked_multiply.cpp | 87 struct test_unsigned_pair { struct 88 bool operator()() const { in operator ()()
|