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