Searched refs:compareImpl (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 245 int compareImpl(uint64_t L, uint64_t R, int ScaleDiff); 269 return compareImpl(LDigits, RDigits, RScale - LScale); in compare() 271 return -compareImpl(RDigits, LDigits, LScale - RScale); in compare()
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 245 int compareImpl(uint64_t L, uint64_t R, int ScaleDiff); 269 return compareImpl(LDigits, RDigits, RScale - LScale); in compare() 271 return -compareImpl(RDigits, LDigits, LScale - RScale); in compare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 125 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { in compareImpl() function in ScaledNumbers
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 125 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { in compareImpl() function in ScaledNumbers
|