Searched refs:test_close_error_f16 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ |
D | f16.c | 59 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/ |
D | misc_f16.c | 44 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()
|
D | biquad_f16.c | 72 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/ |
D | f16.c | 51 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/ |
D | unary_f16.c | 114 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()
|
D | binary_f16.c | 102 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/ |
D | f16.c | 202 test_close_error_f16(1, output, &ref[ref_offset], in test_arm_weighted_average_f16()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | f16.c | 403 test_close_error_f16(length, ref, output, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 381 static inline bool test_close_error_f16( in test_close_error_f16() function
|