Searched defs:bitsRequired (Results 1 – 2 of 2) sorted by relevance
33 constexpr int bitsRequired(unsigned n) { in bitsRequired() function
4071 unsigned bitsRequired = (FormatPrecision * 196 + 58) / 59; in AdjustToPrecision() local