Searched refs:omsb (Results 1 – 1 of 1) sorted by relevance
996 unsigned int omsb; // One, not zero, based MSB. in multiplySignificand() local1024 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand()1051 if (omsb != extendedPrecision - 1) { in multiplySignificand()1052 assert(extendedPrecision > omsb); in multiplySignificand()1054 (extendedPrecision - 1) - omsb); in multiplySignificand()1055 exponent -= (extendedPrecision - 1) - omsb; in multiplySignificand()1091 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand()1107 if (omsb > precision) { in multiplySignificand()1111 bits = omsb - precision; in multiplySignificand()1112 significantParts = partCountForBits(omsb); in multiplySignificand()[all …]