Searched refs:partCount (Results 1 – 3 of 3) sorted by relevance
675 unsigned int partCount, in lostFractionThroughTruncation() argument680 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()687 if (bits <= partCount * APFloatBase::integerPartWidth && in lostFractionThroughTruncation()909 count = partCount(); in initialize()931 assert(rhs.partCount() >= partCount()); in copySignificand()934 partCount()); in copySignificand()953 unsigned numParts = partCount(); in makeNaN()1191 return std::equal(significandParts(), significandParts() + partCount(), in bitwiseIsEqual()1232 unsigned int IEEEFloat::partCount() const { in partCount() function in llvm::detail::IEEEFloat1241 if (partCount() > 1) in significandParts()[all …]
423 bool needsCleanup() const { return partCount() > 1; } in needsCleanup()666 LLVM_ABI unsigned int partCount() const;
23415 {"_ZNK4llvm7APFloat9partCountEv", "llvm::APFloat::partCount() const"},