Searched refs:utype (Results 1 – 1 of 1) sorted by relevance
1650 typedef BOOST_DEDUCED_TYPENAME make_unsigned<Type>::type utype; in shr_signed() typedef1651 utype out_tmp =0; in shr_signed()1673 utype const comp_val = static_cast<utype>(-(std::numeric_limits<Type>::min)()); in shr_signed()1682 utype const comp_val = static_cast<utype>((std::numeric_limits<Type>::max)()); in shr_signed()