Lines Matching refs:valueBits
2767 unsigned int count, valueBits, shift, partsCount, outputDigits;
2784 valueBits = semantics->precision + 3;
2785 shift = integerPartWidth - valueBits % integerPartWidth;
2789 outputDigits = (valueBits - significandLSB () + 3) / 4;
2801 bits = valueBits - hexDigits * 4;
2813 count = (valueBits + integerPartWidth - 1) / integerPartWidth;