|
void | arm_vexp_f16 (const float16_t *pSrc, float16_t *pDst, uint32_t blockSize) |
| Floating-point vector of exp values.
|
|
void | arm_vexp_f32 (const float32_t *pSrc, float32_t *pDst, uint32_t blockSize) |
| Floating-point vector of exp values.
|
|
Compute the exp values of a vector of samples.
◆ arm_vexp_f16()
void arm_vexp_f16 |
( |
const float16_t * |
pSrc, |
|
|
float16_t * |
pDst, |
|
|
uint32_t |
blockSize |
|
) |
| |
Floating-point vector of exp values.
- Parameters
-
[in] | pSrc | points to the input vector |
[out] | pDst | points to the output vector |
[in] | blockSize | number of samples in each vector |
◆ arm_vexp_f32()
Floating-point vector of exp values.
- Parameters
-
[in] | pSrc | points to the input vector |
[out] | pDst | points to the output vector |
[in] | blockSize | number of samples in each vector |