compute_exp_shift

Function compute_exp_shift 

Source
pub(crate) unsafe fn compute_exp_shift<UInt, const ONLY_REGULAR: bool>(
    bin_exp: i32,
    dec_exp: i32,
) -> u8
where UInt: UInt,