Searched defs:UIntType (Results 1 – 5 of 5) sorted by relevance
586 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_prefix() typedef648 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_hex_prefix() typedef686 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_precision_prefix() typedef
39 using UIntType = TypeParam; in TYPED_TEST() typedef
339 var UIntType Type = &unsignedFixedType{fixedType{32, 32, UInt, "unsigned int"}} var