Searched refs:compareImpl (Results 1 – 2 of 2) sorted by relevance
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()
125 int ScaledNumbers::compareImpl(uint64_t L, uint64_t R, int ScaleDiff) { in compareImpl() function in ScaledNumbers