Home
last modified time | relevance | path

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

1234

/dports/devel/boost-docs/boost_1_72_0/libs/safe_numerics/test/
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
/dports/devel/boost-python-libs/boost_1_72_0/libs/safe_numerics/test/
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
/dports/devel/boost-libs/boost_1_72_0/libs/safe_numerics/test/
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(
H A 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(

1234