1.4.4.10 Fract_Convert_Q15bfpToQ31 Function
fract_q31_t Fract_Convert_Q15bfpToQ31( fract_q15bfp_t x )
Summary
Convert Q15 block floating point to Q31 fixed point.
Description
Convert Q15 block floating point to Q31 fixed point.
Preconditions
None.
Parameters
x Q15 Block Floating Point
Returns
Input converted to Q31 fixed point.
Remarks
No effort is made to trap overflows of underflows,
C
fract_q31_t Fract_Convert_Q15bfpToQ31 (fract_q15bfp_t x );