Home | History | Annotate | Download | only in Support

Lines Matching refs:bitPos

2333   unsigned bitPos = partsCount * integerPartWidth;
2359 if (bitPos) {
2360 bitPos -= 4;
2361 hex_value <<= bitPos % integerPartWidth;
2362 significand[bitPos / integerPartWidth] |= hex_value;