Macro specialized_div_rem::impl_normalization_shift[][src]

macro_rules! impl_normalization_shift {
    ($name : ident, $use_lz : ident, $n : tt, $uX : ident, $iX : ident,
 $($unsigned_attr : meta), *) => { ... };
}
Expand description

Creates a function used by some division algorithms to compute the “normalization shift”.