Home
last modified time | relevance | path

Searched refs:zdsp_clip_f16 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/dsp/
Dbasicmath_f16.h117 DSP_FUNC_SCOPE void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low,
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend_f16.h65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low, in zdsp_clip_f16() function
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Df16.c525 zdsp_clip_f16((float16_t *)input, output, min, max, length); in test_zdsp_clip_f16()
542 DEFINE_TEST_VARIANT5(basic_math_f16, zdsp_clip_f16, m0p5_m0p1, in_clip, ref_clip1,
544 DEFINE_TEST_VARIANT5(basic_math_f16, zdsp_clip_f16, m0p5_0p5, in_clip, ref_clip2,
546 DEFINE_TEST_VARIANT5(basic_math_f16, zdsp_clip_f16, 0p1_0p5, in_clip, ref_clip3,
562 zdsp_clip_f16(output, output, min, max, length); in test_zdsp_clip_f16_in_place()