Home
last modified time | relevance | path

Searched defs:test_signed_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.cpp36 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(
H A Dtest_checked_left_shift_constexpr.cpp43 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(
H A Dtest_checked_modulus_constexpr.cpp38 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(
H A Dtest_checked_or_constexpr.cpp42 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(
H A Dtest_checked_right_shift_constexpr.cpp63 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(
H A Dtest_checked_equal_to_constexpr.cpp41 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(
H A Dtest_checked_subtract_constexpr.cpp42 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(
H A Dtest_checked_and_constexpr.cpp36 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(
H A Dtest_checked_divide_constexpr.cpp39 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(
H A Dtest_checked_less_than_constexpr.cpp41 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(
H A Dtest_checked_multiply_constexpr.cpp44 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(
H A Dtest_checked_xor_constexpr.cpp45 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(
/dports/devel/boost-python-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest_checked_add_constexpr.cpp36 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(
H A Dtest_checked_left_shift_constexpr.cpp43 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(
H A Dtest_checked_modulus_constexpr.cpp38 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(
H A Dtest_checked_divide_constexpr.cpp39 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(
H A Dtest_checked_less_than_constexpr.cpp41 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(
H A Dtest_checked_or_constexpr.cpp42 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(
/dports/devel/boost-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest_checked_multiply_constexpr.cpp44 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(
H A Dtest_checked_xor_constexpr.cpp45 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(
H A Dtest_checked_and_constexpr.cpp36 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(
H A Dtest_checked_or_constexpr.cpp42 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(
H A Dtest_checked_right_shift_constexpr.cpp63 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(
H A Dtest_checked_subtract_constexpr.cpp42 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(
H A Dtest_checked_left_shift_constexpr.cpp43 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(

1234