Searched refs:HostUnsignedIntType (Results 1 – 7 of 7) sorted by relevance
38 using RawType = common::HostUnsignedIntType<bits>;
27 using Word = HostUnsignedIntType<(BITS <= 32 ? 32 : BITS)>;
286 using HostUnsignedIntType = typename HostUnsignedIntTypeHelper<BITS>::type; variable
62 using Int = common::HostUnsignedIntType<minBits>; in Generate()
104 using Unsigned = common::HostUnsignedIntType<8 * KIND>; in EditIntegerOutput()
51 using Digit = common::HostUnsignedIntType<minDigitBits>;
189 using IntType = common::HostUnsignedIntType<precision>;