Searched defs:bitwise_and_result (Results 1 – 4 of 4) sorted by relevance
92 struct bitwise_and_result { struct93 using type = decltype(
181 struct bitwise_and_result { struct182 using type = result_type<T, U>;
1532 struct bitwise_and_result { struct1534 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()
454 struct bitwise_and_result { struct455 using type = decltype(