1.4.4.25 Fract_XtimesY_Q15d16 Function
fract_q15d16_t Fract_XtimesY_Q15d16(fract_q15d16_t x, fract_q15d16_t y );
Summary
Calculates product of X*Y for Q15.16 fixed point
Description
Calculates product of X*Y for Q15.16 fixed point
Preconditions
None
Parameters
x Q15.16 multiplicand
y Q15.16 multiplicand
Returns
Q15.16 product x*y
Remarks
Since both x and y are Q15.16 fixed point numbers the product x*y is also Q15.16.
C
fract_q15d16_t Fract_XtimesY_Q15d16 (fract_q15d16_t x , fract_q15d16_t y );