OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partCount
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
APFloat.cpp
353
unsigned int
partCount
,
358
lsb = APInt::tcLSB(parts,
partCount
);
365
if (bits <=
partCount
* integerPartWidth &&
592
count =
partCount
();
600
if (
partCount
() > 1)
622
assert(rhs.
partCount
() >=
partCount
());
625
partCount
());
637
unsigned numParts =
partCount
();
718
int i=
partCount
();
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
367
unsigned int
partCount
() const;
/frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java
358
int
partCount
= c.getCount();
360
parts = new PduPart[
partCount
];
[
all
...]
Completed in 134 milliseconds