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