OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
ScaledNumber.cpp
124
int ScaledNumbers::
compareImpl
(uint64_t L, uint64_t R, int ScaleDiff) {
/external/llvm/include/llvm/Support/
ScaledNumber.h
245
int
compareImpl
(uint64_t L, uint64_t R, int ScaleDiff);
269
return
compareImpl
(LDigits, RDigits, RScale - LScale);
271
return -
compareImpl
(RDigits, LDigits, LScale - RScale);
Completed in 833 milliseconds