Searched defs:UnsignedType (Results 1 – 7 of 7) sorted by relevance
152 using UnsignedType = typename std::make_unsigned<SignedType>::type; in AddWithWraparound() local164 using UnsignedType = typename std::make_unsigned<SignedType>::type; in SubWithWraparound() local176 using UnsignedType = typename std::make_unsigned<SignedType>::type; in MulWithWraparound() local186 using UnsignedType = typename std::make_unsigned<SignedType>::type; in ShlWithWraparound() local
31 using UnsignedType = std::make_unsigned_t<T>; in operator() local42 using UnsignedType = std::make_unsigned_t<T>; in operator() local53 using UnsignedType = std::make_unsigned_t<T>; in operator() local
109 using UnsignedType = std::make_unsigned_t<T>; in DecodeSigned() local192 using UnsignedType = std::make_unsigned_t<T>; in SignedEncodingSize() local
35 using UnsignedType = std::make_unsigned_t<T>; in ToUnsigned() local
31 using UnsignedType = std::make_unsigned_t<T>; in TestBitShl() typedef69 using UnsignedType = std::make_unsigned_t<T>; in TestBitShr() typedef109 using UnsignedType = std::make_unsigned_t<T>; in TestBitAshr() typedef
41 using UnsignedType = ark::helpers::TypeHelperT<BITWIDTH, false>; in Read() local
359 using UnsignedType = std::make_unsigned_t<IntegerType>; in PerformBitwiseArithmetic() typedef