Searched refs:zdsp_clip_f16 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath_f16.h | 117 DSP_FUNC_SCOPE void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low,
|
/Zephyr-latest/subsys/dsp/cmsis/public/ |
D | zdsp_backend_f16.h | 65 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/ |
D | f16.c | 525 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()
|