Searched defs:BITWIDTH (Results 1 – 5 of 5) sorted by relevance
40 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local111 constexpr size_t BITWIDTH = std::numeric_limits<UnsignedType>::digits; in DecodeSigned() local
114 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in TestDecodeUnsigned() local142 constexpr size_t BITWIDTH = std::numeric_limits<std::make_unsigned_t<T>>::digits; in TestDecodeSigned() local
39 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local139 constexpr size_t BITWIDTH = std::numeric_limits<unsigned_type>::digits; in DecodeSigned() local
40 constexpr size_t BITWIDTH = BYTE_WIDTH * WIDTH; in Read() local
66 constexpr size_t BITWIDTH = BYTE_WIDTH * width; in Read() local