Home
last modified time | relevance | path

Searched defs:bitwise_and_result (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/safe_numerics/
Dnative.hpp92 struct bitwise_and_result { struct
93 using type = decltype(
Dcpp.hpp181 struct bitwise_and_result { struct
182 using type = result_type<T, U>;
Dsafe_base_operations.hpp1532 struct bitwise_and_result { struct
1534 using promotion_policy = typename common_promotion_policy<T, U>::type;
1535 using result_base_type =
1542 using r_type = typename std::make_unsigned<result_base_type>::type;
1543 using r_type_interval_t = interval<r_type>;
1557 using exception_policy = typename common_exception_policy<T, U>::type;
1561 using type = safe_base<
1576 constexpr static type return_value(const T & t, const U & u){ in return_value()
Dautomatic.hpp454 struct bitwise_and_result { struct
455 using type = decltype(