Searched defs:bits_type (Results 1 – 2 of 2) sorted by relevance
637 uint32_t bits_type, in get_mem_type_from_properties()
16653 …using bits_type = typename std::conditional<kPrecision == 24, std::uint32_t, std::uint64_t >::type; in compute_boundaries() typedef