Searched refs:compareImpl (Results 1 – 2 of 2) sorted by relevance
244 int compareImpl(uint64_t L, uint64_t R, int ScaleDiff);268 return compareImpl(LDigits, RDigits, RScale - LScale); in compare()270 return -compareImpl(RDigits, LDigits, LScale - RScale); in compare()
124 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { in compareImpl() function in ScaledNumbers