HomeSort by relevance Sort by last modified time
    Searched refs:partCount (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
APFloat.cpp 342 unsigned int partCount,
347 lsb = APInt::tcLSB(parts, partCount);
354 if (bits <= partCount * integerPartWidth &&
581 count = partCount();
609 assert(rhs.partCount() >= partCount());
612 partCount());
624 unsigned numParts = partCount();
706 const unsigned PartCount = partCount();
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 204 bool needsCleanup() const { return partCount() > 1; }
460 unsigned int partCount() const;
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 371 int partCount = c.getCount();
373 parts = new PduPart[partCount];
    [all...]

Completed in 624 milliseconds