Lines Matching defs:shift_amount
375 int32_t shift_amount = 0;
377 shift_amount = 60;
379 shift_amount = POWERS_OF_TWO[hpd.get_decimal_point()];
381 exp2 += shift_amount;
382 hpd.shift(-shift_amount);
388 int32_t shift_amount = 0;
391 shift_amount = 60;
393 shift_amount = POWERS_OF_TWO[-hpd.get_decimal_point()];
395 shift_amount = 1;
397 exp2 -= shift_amount;
398 hpd.shift(shift_amount);