Functions to multiply two values of IQN type.
#include <stdint.h>
#include <ti/devices/msp/msp.h>
Go to the source code of this file.
|
| __STATIC_INLINE int_fast32_t | __IQNmpy_mathacl (int_fast32_t iqNInput1, int_fast32_t iqNInput2, const int8_t q_value) |
| | Multiply two values of IQN type, using MathACL. More...
|
| |
§ __IQNmpy_mathacl()
| __STATIC_INLINE int_fast32_t __IQNmpy_mathacl |
( |
int_fast32_t |
iqNInput1, |
|
|
int_fast32_t |
iqNInput2, |
|
|
const int8_t |
q_value |
|
) |
| |
Multiply two values of IQN type, using MathACL.
- Parameters
-
| iqNInput1 | IQN type value input to be multiplied. |
| iqNInput2 | IQN type value input to be multiplied. |
| q_value | IQ format. |
- Returns
- IQN type result of the multiplication.