Searched refs:zdsp_negate_f16 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath_f16.h | 106 DSP_FUNC_SCOPE void zdsp_negate_f16(const float16_t *src, float16_t *dst, uint32_t block_size);
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend_f16.h | 60 static inline void zdsp_negate_f16(const float16_t *src, float16_t *dst, uint32_t block_size) in zdsp_negate_f16() function
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f16.c | 228 zdsp_negate_f16((float16_t *)input1, output, length); in test_zdsp_negate_f16() 245 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16, 7, in_com1, ref_negate, 7); 246 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16, 16, in_com1, ref_negate, 16); 247 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16, 23, in_com1, ref_negate, 23); 248 DEFINE_TEST_VARIANT3(basic_math_f16, zdsp_negate_f16, long, in_com1, ref_negate, 264 zdsp_negate_f16(output, output, length); in test_zdsp_negate_f16_in_place()
|