Home
last modified time | relevance | path

Searched refs:LScale (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()
291 if (LScale < RScale) in matchScales()
296 if (!RDigits || LScale == RScale) in matchScales()
297 return LScale; in matchScales()
300 int32_t ScaleDiff = int32_t(LScale) - RScale; in matchScales()
304 return LScale; in matchScales()
315 return LScale; in matchScales()
321 LScale -= ShiftL; in matchScales()
324 return LScale; in matchScales()
380 matchScales(LDigits, LScale, RDigits, RScale); in getDifference()
[all …]