Home | History | Annotate | Download | only in Support

Lines Matching full:bitpos

2368   unsigned bitPos = partsCount * integerPartWidth;
2394 if (bitPos) {
2395 bitPos -= 4;
2396 hex_value <<= bitPos % integerPartWidth;
2397 significand[bitPos / integerPartWidth] |= hex_value;