![]() |
Edge AI Add-on API 2.2.0
|
| nrf_dsp_f24_t nrf_dsp_f24_addx | ( | uint16_t | x_man, |
| int8_t | x_exp, | ||
| uint8_t | x_sign, | ||
| uint16_t | y_man, | ||
| int8_t | y_exp, | ||
| uint8_t | y_sign ) |
#include <include/nrf_edgeai/dsp/support/nrf_dsp_f24.h>
Extended Float24 addition function (x + y) -> z.
| [in] | x_man | Mantissa of first argument X |
| [in] | x_exp | Exponent of first argument X |
| [in] | x_sign | Sign byte of first argument X |
| [in] | y_man | Mantissa of second argument Y |
| [in] | y_exp | Exponent of second argument Y |
| [in] | y_sign | Sign byte of second argument Y |