Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h268 if (LScale < RScale) in compare()
288 int16_t &RScale) { in matchScales() argument
291 if (LScale < RScale) in matchScales()
295 return RScale; in matchScales()
296 if (!RDigits || LScale == RScale) in matchScales()
300 int32_t ScaleDiff = int32_t(LScale) - RScale; in matchScales()
322 RScale += ShiftR; in matchScales()
340 assert(RScale < INT16_MAX && "scale too large"); in getSum()
358 return getSum(LDigits, LScale, RDigits, RScale); in getSum32()
379 const int16_t SavedRScale = RScale; in getDifference()
[all …]