pub fn fp32_mul(a: u64, b_fp32: u64) -> Option<u64>
Expand description

Multiply a u64 with a fixed point 32 number a is fp0, b is fp32 and result is a*b fp0