pub unsafe extern "C" fn mul24(x: i32, y: i32) -> i32
Expand description
Calculate the least significant 32 bits of the product of the least significant 24 bits of x and . The high order 8 bits of and are ignored.y x y
ยงReturns
Returns the least significant 32 bits of the product * x. y