Searched refs:zdsp_clip_f32 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f32.c | 517 zdsp_clip_f32((DSP_DATA float32_t *)input, output, min, max, length); in test_zdsp_clip_f32() 534 DEFINE_TEST_VARIANT5(basic_math_f32, zdsp_clip_f32, m0p5_m0p1, in_clip, ref_clip1, 536 DEFINE_TEST_VARIANT5(basic_math_f32, zdsp_clip_f32, m0p5_0p5, in_clip, ref_clip2, 538 DEFINE_TEST_VARIANT5(basic_math_f32, zdsp_clip_f32, 0p1_0p5, in_clip, ref_clip3, 554 zdsp_clip_f32(output, output, min, max, length); in test_zdsp_clip_f32_in_place()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 884 DSP_FUNC_SCOPE void zdsp_clip_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst,
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend.h | 205 static inline void zdsp_clip_f32(const float32_t *src, float32_t *dst, float32_t low, in zdsp_clip_f32() function
|
/Zephyr-latest/subsys/dsp/arcmwdt/public/ |
D | zdsp_backend.h | 219 static inline void zdsp_clip_f32(const DSP_DATA float32_t *src, DSP_DATA float32_t *dst, in zdsp_clip_f32() function
|