Searched refs:ShiftR (Results 1 – 1 of 1) sorted by relevance
311 int32_t ShiftR = ScaleDiff - ShiftL; in matchScales() local312 if (ShiftR >= getWidth<DigitsT>()) { in matchScales()319 RDigits >>= ShiftR; in matchScales()322 RScale += ShiftR; in matchScales()