Lines Matching defs:srcCount
2763 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) {
2769 omsb = APInt::tcMSB(src, srcCount) + 1;
2778 lost_fraction = lostFractionThroughTruncation(src, srcCount,
2809 unsigned int srcCount, bool isSigned,
2814 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) {
2819 copy = new integerPart[srcCount];
2820 APInt::tcAssign(copy, src, srcCount);
2821 APInt::tcNegate(copy, srcCount);
2822 status = convertFromUnsignedParts(copy, srcCount, rounding_mode);
2826 status = convertFromUnsignedParts(src, srcCount, rounding_mode);