Lines Matching refs:srcCount
2208 unsigned int srcCount,
2216 omsb = APInt::tcMSB(src, srcCount) + 1;
2225 lost_fraction = lostFractionThroughTruncation(src, srcCount,
2259 unsigned int srcCount,
2266 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) {
2271 copy = new integerPart[srcCount];
2272 APInt::tcAssign(copy, src, srcCount);
2273 APInt::tcNegate(copy, srcCount);
2274 status = convertFromUnsignedParts(copy, srcCount, rounding_mode);
2278 status = convertFromUnsignedParts(src, srcCount, rounding_mode);