Searched defs:UIntType (Results 1 – 2 of 2) 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