Home
last modified time | relevance | path

Searched refs:test_close_error_f16 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/
Df16.c59 test_close_error_f16(length, output, (float16_t *)ref_cos,
89 test_close_error_f16(length, output, (float16_t *)ref_sin,
134 test_close_error_f16(length, output, (float16_t *)ref_sqrt, in ZTEST()
161 test_close_error_f16(length, output, (float16_t *)ref, in test_arm_vlog_f16()
193 test_close_error_f16(length, output, (float16_t *)ref, in test_arm_vexp_f16()
225 test_close_error_f16(length, output, (float16_t *)ref_vinverse, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_f16.c44 test_close_error_f16(ref_length, (float16_t *)ref, output, in test_arm_correlate_f16()
124 test_close_error_f16(ref_length, (float16_t *)ref, output,
200 test_close_error_f16(ref_length, (const float16_t *)ref, in test_arm_levinson_durbin_f16()
205 test_close_error_f16(1, in test_arm_levinson_durbin_f16()
Dbiquad_f16.c72 test_close_error_f16(length, ref, output_buf, in ZTEST()
122 test_close_error_f16(length, ref, output_buf, in ZTEST()
189 test_close_error_f16(length, ref, output_buf, in ZTEST()
247 test_close_error_f16(length, ref, output_buf, in ZTEST()
304 test_close_error_f16(length, ref, output_buf, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Df16.c51 test_close_error_f16(length, output, (float16_t *)ref_linear, in ZTEST()
92 test_close_error_f16(length, output, (float16_t *)ref_bilinear, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_f16.c114 test_close_error_f16(length, output, (float16_t *)ref, in test_op2()
196 test_close_error_f16(length, output, (float16_t *)ref, in test_op1()
266 test_close_error_f16(length, output, (float16_t *)ref_inv, in ZTEST()
332 test_close_error_f16(length, output_buf, (float16_t *)ref, in test_op2v()
407 test_close_error_f16(2 * length, output, (float16_t *)ref, in test_op1c()
474 test_close_error_f16(length, output, (float16_t *)ref_cholesky_dpo, in ZTEST()
549 test_close_error_f16(length, output, in ZTEST()
626 test_close_error_f16(length, output, in ZTEST()
Dbinary_f16.c102 test_close_error_f16(length, output, (float16_t *)ref, in test_op2()
193 test_close_error_f16(length, output, (float16_t *)ref, in test_op2c()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Df16.c202 test_close_error_f16(1, output, &ref[ref_offset], in test_arm_weighted_average_f16()
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Df16.c403 test_close_error_f16(length, ref, output, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h381 static inline bool test_close_error_f16( in test_close_error_f16() function