Home
last modified time | relevance | path

Searched refs:zdsp_negate_q31 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c234 zdsp_negate_q31(input1, output, length); in test_zdsp_negate_q31()
249 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_negate_q31, 3, in_com1, ref_negate, 3);
250 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_negate_q31, 8, in_com1, ref_negate, 8);
251 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_negate_q31, 11, in_com1, ref_negate, 11);
252 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_negate_q31, possat, in_maxneg2, ref_negate_possat, 9);
253 DEFINE_TEST_VARIANT3(basic_math_q31, zdsp_negate_q31, long, in_com1, ref_negate,
269 zdsp_negate_q31(output, output, length); in test_zdsp_negate_q31_in_place()
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath.h684 DSP_FUNC_SCOPE void zdsp_negate_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst,
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend.h127 static inline void zdsp_negate_q31(const q31_t *src, q31_t *dst, uint32_t block_size) in zdsp_negate_q31() function
/Zephyr-latest/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h134 static inline void zdsp_negate_q31(const DSP_DATA q31_t *src, DSP_DATA q31_t *dst, in zdsp_negate_q31() function