Searched refs:HostUnsignedIntType (Results 1 – 4 of 4) sorted by relevance
38 using RawType = common::HostUnsignedIntType<bits>;
51 using Digit = common::HostUnsignedIntType<minDigitBits>;
179 using IntType = common::HostUnsignedIntType<precision>;
275 using HostUnsignedIntType = typename HostUnsignedIntTypeHelper<BITS>::type; variable