Searched defs:shift_amount (Results 1 – 14 of 14) sorted by relevance
252 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft()764 void Bignum::BigitsShiftLeft(const int shift_amount) { in BigitsShiftLeft()
355 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
238 void Bignum::ShiftLeft(const int shift_amount) { in ShiftLeft()750 void Bignum::BigitsShiftLeft(const int shift_amount) { in BigitsShiftLeft()
59 void Shift(int shift_amount) { in Shift()
341 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
252 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft()736 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft()
360 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
333 uint32_t shift_amount = constants[1]->GetU32BitValue(); in FoldBinaryIntegerOpToConstant() local