Home | History | Annotate | Download | only in Support

Lines Matching full:valuebits

2715   unsigned int count, valueBits, shift, partsCount, outputDigits;
2732 valueBits = semantics->precision + 3;
2733 shift = integerPartWidth - valueBits
2737 outputDigits = (valueBits - significandLSB () + 3) / 4;
2749 bits = valueBits - hexDigits * 4;
2761 count = (valueBits + integerPartWidth - 1) / integerPartWidth;