Home | History | Annotate | Download | only in Support

Lines Matching refs:bitPos

2313   unsigned bitPos = partsCount * integerPartWidth;
2339 if (bitPos) {
2340 bitPos -= 4;
2341 hex_value <<= bitPos % integerPartWidth;
2342 significand[bitPos / integerPartWidth] |= hex_value;