Searched defs:MaxBits (Results 1 – 5 of 5) sorted by relevance
189 static constexpr SizeT MaxBits = sizeof(SmallBitVector::Bits) * CHAR_BIT; variable
443 const unsigned MaxBits = 64; in convertFloatingToInteger() local
469 const unsigned MaxBits = 64; in convertFloatingToInteger() local
322 uint16_t MaxBits; member
52 static Error checkNumberFits(uint32_t Number, size_t MaxBits, in checkNumberFits()