Searched defs:UIntType (Results 1 – 1 of 1) sorted by relevance
648 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_hex_prefix() typedef 686 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_precision_prefix() typedef 586 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; test_floating_prefix() typedef