Searched refs:constexpr_int (Results 1 – 1 of 1) sorted by relevance
121 struct constexpr_int struct145 typedef constexpr_int<T, boost::integer_traits<T>::const_max> max; in add()146 typedef constexpr_int<T, max::value / Radix> val; in add()177 typedef constexpr_int<T, boost::integer_traits<T>::const_min> min; in add()178 typedef constexpr_int<T, (min::value + 1) / T(Radix)> val; in add()205 typedef constexpr_int<std::size_t, digits_traits<T, Radix>::value - 1> overflow_free; in call()