Searched refs:test_rel_error_f16 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | f16.c | 44 test_rel_error_f16(buf_length, output, (float16_t *)ref, in test_arm_cmplx_conj_f16() 78 test_rel_error_f16(2, output, (float16_t *)ref, in test_arm_cmplx_dot_prod_f16() 112 test_rel_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_f16() 143 test_rel_error_f16(length, output, (float16_t *)ref, in test_arm_cmplx_mag_squared_f16() 180 test_rel_error_f16(buf_length, output, (float16_t *)ref, in test_arm_cmplx_mult_cmplx_f16() 221 test_rel_error_f16( in test_arm_cmplx_mult_real_f16()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f16.c | 40 test_rel_error_f16(length, output, (float16_t *)ref, in test_zdsp_add_f16() 73 zassert_true(test_rel_error_f16(length, output, (float16_t *)ref, REL_ERROR_THRESH), in test_zdsp_add_f16_in_place() 106 test_rel_error_f16(length, output, (float16_t *)ref, in test_zdsp_sub_f16() 139 zassert_true(test_rel_error_f16(length, output, (float16_t *)ref, REL_ERROR_THRESH), in test_zdsp_sub_f16_in_place() 172 test_rel_error_f16(length, output, (float16_t *)ref, in test_zdsp_mult_f16() 205 zassert_true(test_rel_error_f16(length, output, (float16_t *)ref, REL_ERROR_THRESH), in test_zdsp_mult_f16_in_place() 237 test_rel_error_f16(length, output, (float16_t *)ref, in test_zdsp_negate_f16() 270 zassert_true(test_rel_error_f16(length, output, (float16_t *)ref, REL_ERROR_THRESH), in test_zdsp_negate_f16_in_place() 303 test_rel_error_f16(length, output, (float16_t *)ref, in test_zdsp_offset_f16() 336 zassert_true(test_rel_error_f16(length, output, (float16_t *)ref, REL_ERROR_THRESH), in test_zdsp_offset_f16_in_place() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/distance/src/ |
D | f16.c | 117 test_rel_error_f16( in test_arm_distance_f16() 124 test_rel_error_f16( in test_arm_distance_f16() 197 test_rel_error_f16(length, output, (float16_t *)ref_minkowski, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | f16.c | 158 test_rel_error_f16(1, output, ref, REL_ERROR_THRESH), in test_arm_mean_f16() 191 test_rel_error_f16(1, output, ref, REL_ERROR_THRESH), in test_arm_power_f16() 224 test_rel_error_f16(1, output, ref, REL_ERROR_THRESH), in test_arm_rms_f16() 257 test_rel_error_f16(1, output, ref, REL_ERROR_THRESH), in test_arm_std_f16() 290 test_rel_error_f16(1, output, ref, REL_ERROR_THRESH), in test_arm_var_f16()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | f16.c | 147 test_rel_error_f16(length, (float16_t *)ref, output, in test_arm_q15_to_f16() 173 test_rel_error_f16(length, (float16_t *)ref, output, in test_arm_float_to_f16()
|
/Zephyr-latest/tests/lib/cmsis_dsp/bayes/src/ |
D | f16.c | 75 test_rel_error_f16(pattern_count, output_probs_buf, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | fir_f16.c | 96 test_rel_error_f16(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 324 static inline bool test_rel_error_f16( in test_rel_error_f16() function
|