Function rustc_apfloat::ieee::sig::shift_left

source ·
pub(super) fn shift_left(dst: &mut [u128], exp: &mut ExpInt, bits: usize)
Expand description

Shifts dst left bits bits, subtract bits from its exponent.