Searched refs:LScale (Results 1 – 1 of 1) sorted by relevance
267 if (LScale < RScale) in compare()290 if (LScale < RScale) in matchScales()295 if (!RDigits || LScale == RScale) in matchScales()296 return LScale; in matchScales()299 int32_t ScaleDiff = int32_t(LScale) - RScale; in matchScales()303 return LScale; in matchScales()314 return LScale; in matchScales()320 LScale -= ShiftL; in matchScales()323 return LScale; in matchScales()379 matchScales(LDigits, LScale, RDigits, RScale); in getDifference()[all …]