Searched refs:zdsp_negate_f32 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f32.c | 224 zdsp_negate_f32((DSP_DATA float32_t *)input1, output, length); in test_zdsp_negate_f32() 241 DEFINE_TEST_VARIANT3(basic_math_f32, zdsp_negate_f32, 3, in_com1, ref_negate, 3); 242 DEFINE_TEST_VARIANT3(basic_math_f32, zdsp_negate_f32, 8, in_com1, ref_negate, 8); 243 DEFINE_TEST_VARIANT3(basic_math_f32, zdsp_negate_f32, 11, in_com1, ref_negate, 11); 244 DEFINE_TEST_VARIANT3(basic_math_f32, zdsp_negate_f32, long, in_com1, ref_negate, 260 zdsp_negate_f32(output, output, length); in test_zdsp_negate_f32_in_place()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 642 DSP_FUNC_SCOPE void zdsp_negate_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst,
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 131 static inline void zdsp_negate_f32(const float32_t *src, float32_t *dst, uint32_t block_size) in zdsp_negate_f32() function
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 139 static inline void zdsp_negate_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst, in zdsp_negate_f32() function
|