Function rustc_apfloat::ieee::sig::shift_left[][src]

pub(super) fn shift_left(
    dst: &mut [u128],
    exp: &mut ExpInt,
    bits: usize
)
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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