Home
last modified time | relevance | path

Searched refs:partCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp354 unsigned int partCount, in lostFractionThroughTruncation() argument
359 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
366 if (bits <= partCount * integerPartWidth && in lostFractionThroughTruncation()
593 count = partCount(); in initialize()
601 if (partCount() > 1) in freeSignificand()
623 assert(rhs.partCount() >= partCount()); in copySignificand()
626 partCount()); in copySignificand()
638 unsigned numParts = partCount(); in makeNaN()
719 int i= partCount(); in bitwiseIsEqual()
791 APFloat::partCount() const in partCount() function in APFloat
[all …]
/external/llvm/include/llvm/ADT/
DAPFloat.h376 unsigned int partCount() const;