Searched refs:partCount (Results 1 – 3 of 3) sorted by relevance
342 unsigned int partCount, in lostFractionThroughTruncation() argument347 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()354 if (bits <= partCount * integerPartWidth && in lostFractionThroughTruncation()581 count = partCount(); in initialize()609 assert(rhs.partCount() >= partCount()); in copySignificand()612 partCount()); in copySignificand()624 unsigned numParts = partCount(); in makeNaN()720 const unsigned PartCount = partCount(); in isSignificandAllOnes()742 const unsigned PartCount = partCount(); in isSignificandAllZeros()781 int i= partCount(); in bitwiseIsEqual()[all …]
59 int partCount = callParts.length; in handleCall() local60 String functionName = callParts[partCount - 1]; in handleCall()64 boolean isBindCall = partCount > 1 && "bind".equals(functionName); in handleCall()65 if (isBindCall && partCount == 3 && "this".equals(firstPart) && in handleCall()71 if (partCount > 2 || "this".equals(firstPart)) { in handleCall()75 hasReceiver |= (partCount == 2) && in handleCall()
205 bool needsCleanup() const { return partCount() > 1; } in needsCleanup()462 unsigned int partCount() const;