pub fn exp2_block(out: &mut [f32], src: &[f32])
out[i] = 2^src[i]. The building block for exp and db_to_linear.
out[i] = 2^src[i]
exp
db_to_linear