Home
last modified time | relevance | path

Searched refs:RScale (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScaledNumber.h267 if (LScale < RScale) in compare()
287 int16_t &RScale) { in matchScales() argument
290 if (LScale < RScale) in matchScales()
294 return RScale; in matchScales()
295 if (!RDigits || LScale == RScale) in matchScales()
299 int32_t ScaleDiff = int32_t(LScale) - RScale; in matchScales()
321 RScale += ShiftR; in matchScales()
339 assert(RScale < INT16_MAX && "scale too large"); in getSum()
357 return getSum(LDigits, LScale, RDigits, RScale); in getSum32()
378 const int16_t SavedRScale = RScale; in getDifference()
[all …]