/third_party/boost/libs/safe_numerics/test/ |
D | test_checked_equal_to_constexpr.cpp | 41 struct test_signed_pair { struct 42 static const std::size_t i = First(); 43 static const std::size_t j = Second(); 45 constexpr static const bool value = test_checked_equal_to(
|
D | test_checked_less_than_constexpr.cpp | 41 struct test_signed_pair { struct 42 static const std::size_t i = First(); 43 static const std::size_t j = Second(); 45 constexpr static const bool value = test_checked_less_than(
|
D | test_checked_subtract_constexpr.cpp | 42 struct test_signed_pair { struct 43 static const std::size_t i = First(); 44 static const std::size_t j = Second(); 46 constexpr static const bool value = test_checked_subtract(
|
D | test_checked_xor_constexpr.cpp | 45 struct test_signed_pair { struct 46 static const std::size_t i = First(); 47 static const std::size_t j = Second(); 48 static const bool value = test_checked_xor(
|
D | test_checked_multiply_constexpr.cpp | 44 struct test_signed_pair { struct 45 static const std::size_t i = First(); 46 static const std::size_t j = Second(); 48 constexpr static const bool value = test_checked_multiply(
|
D | test_checked_divide_constexpr.cpp | 39 struct test_signed_pair { struct 40 static const std::size_t i = First(); 41 static const std::size_t j = Second(); 43 constexpr static const bool value = test_checked_divide(
|
D | test_checked_modulus_constexpr.cpp | 38 struct test_signed_pair { struct 39 static const std::size_t i = First(); 40 static const std::size_t j = Second(); 42 constexpr static const bool value = test_checked_modulus(
|
D | test_checked_add_constexpr.cpp | 36 struct test_signed_pair { struct 37 static const std::size_t i = First(); 38 static const std::size_t j = Second(); 40 constexpr static const bool value = test_checked_add(
|
D | test_checked_left_shift_constexpr.cpp | 43 struct test_signed_pair { struct 44 static const std::size_t i = First(); 45 static const std::size_t j = Second(); 47 constexpr static const bool value = test_checked_left_shift(
|
D | test_checked_right_shift_constexpr.cpp | 63 struct test_signed_pair { struct 64 static const std::size_t i = First(); 65 static const std::size_t j = Second(); 67 constexpr static const bool value = test_checked_right_shift(
|
D | test_checked_or_constexpr.cpp | 42 struct test_signed_pair { struct 43 static const std::size_t i = First(); 44 static const std::size_t j = Second(); 46 constexpr static const bool value = test_checked_or(
|
D | test_checked_and_constexpr.cpp | 36 struct test_signed_pair { struct 37 static const std::size_t i = First(); 38 static const std::size_t j = Second(); 40 constexpr static const bool value = test_checked_and(
|
D | test_checked_or.cpp | 61 struct test_signed_pair { struct 62 bool operator()() const { in operator ()()
|
D | test_checked_equal_to.cpp | 60 struct test_signed_pair { struct 61 bool operator()() const { in operator ()()
|
D | test_checked_add.cpp | 62 struct test_signed_pair { struct 63 bool operator()() const { in operator ()()
|
D | test_checked_xor.cpp | 61 struct test_signed_pair { struct 62 bool operator()() const { in operator ()()
|
D | test_checked_divide.cpp | 71 struct test_signed_pair { struct 72 bool operator()() const { in operator ()()
|
D | test_checked_subtract.cpp | 61 struct test_signed_pair { struct 62 bool operator()() const { in operator ()()
|
D | test_checked_less_than.cpp | 60 struct test_signed_pair { struct 61 bool operator()() const { in operator ()()
|
D | test_checked_right_shift.cpp | 76 struct test_signed_pair { struct 77 bool operator()() const { in operator ()()
|
D | test_checked_modulus.cpp | 71 struct test_signed_pair { struct 72 bool operator()() const { in operator ()()
|
D | test_checked_left_shift.cpp | 75 struct test_signed_pair { struct 76 bool operator()() const { in operator ()()
|
D | test_checked_and.cpp | 61 struct test_signed_pair { struct 62 bool operator()() const { in operator ()()
|
D | test_checked_multiply.cpp | 72 struct test_signed_pair { struct 73 bool operator()() const { in operator ()()
|