Home | History | Annotate | Download | only in Support

Lines Matching refs:valueBits

2595   unsigned int count, valueBits, shift, partsCount, outputDigits;
2612 valueBits = semantics->precision + 3;
2613 shift = integerPartWidth - valueBits % integerPartWidth;
2617 outputDigits = (valueBits - significandLSB () + 3) / 4;
2629 bits = valueBits - hexDigits * 4;
2641 count = (valueBits + integerPartWidth - 1) / integerPartWidth;