Lines Matching defs:srcCount
2826 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) {
2832 omsb = APInt::tcMSB(src, srcCount) + 1;
2841 lost_fraction = lostFractionThroughTruncation(src, srcCount,
2872 unsigned int srcCount, bool isSigned,
2877 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) {
2882 copy = new integerPart[srcCount];
2883 APInt::tcAssign(copy, src, srcCount);
2884 APInt::tcNegate(copy, srcCount);
2885 status = convertFromUnsignedParts(copy, srcCount, rounding_mode);
2889 status = convertFromUnsignedParts(src, srcCount, rounding_mode);