Home
last modified time | relevance | path

Searched refs:test_rel_error_f32 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Df32.c44 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32()
78 test_rel_error_f32(2, output, (float32_t *)ref, in test_arm_cmplx_dot_prod_f32()
112 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32()
143 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32()
180 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32()
221 test_rel_error_f32( in test_arm_cmplx_mult_real_f32()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Df32.c38 test_rel_error_f32(length, output, (float32_t *)ref, in test_zdsp_add_f32()
71 zassert_true(test_rel_error_f32(length, output, (float32_t *)ref, REL_ERROR_THRESH), in test_zdsp_add_f32_in_place()
103 test_rel_error_f32(length, output, (float32_t *)ref, in test_zdsp_sub_f32()
136 zassert_true(test_rel_error_f32(length, output, (float32_t *)ref, REL_ERROR_THRESH), in test_zdsp_sub_f32_in_place()
168 test_rel_error_f32(length, output, (float32_t *)ref, in test_zdsp_mult_f32()
201 zassert_true(test_rel_error_f32(length, output, (float32_t *)ref, REL_ERROR_THRESH), in test_zdsp_mult_f32_in_place()
233 test_rel_error_f32(length, output, (float32_t *)ref, in test_zdsp_negate_f32()
266 zassert_true(test_rel_error_f32(length, output, (float32_t *)ref, REL_ERROR_THRESH), in test_zdsp_negate_f32_in_place()
298 test_rel_error_f32(length, output, (float32_t *)ref, in test_zdsp_offset_f32()
331 zassert_true(test_rel_error_f32(length, output, (float32_t *)ref, REL_ERROR_THRESH), in test_zdsp_offset_f32_in_place()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_f32.c71 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
120 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
186 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
243 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
299 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
Ddecim_f32.c75 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
138 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
Dfir_f32.c96 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Df32.c142 test_rel_error_f32(1, output, ref, REL_ERROR_THRESH), in test_arm_mean_f32()
175 test_rel_error_f32(1, output, ref, REL_ERROR_THRESH), in test_arm_power_f32()
208 test_rel_error_f32(1, output, ref, REL_ERROR_THRESH), in test_arm_rms_f32()
241 test_rel_error_f32(1, output, ref, REL_ERROR_THRESH), in test_arm_std_f32()
274 test_rel_error_f32(1, output, ref, REL_ERROR_THRESH), in test_arm_var_f32()
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Df32.c50 test_rel_error_f32(length, output, (float32_t *)ref_linear, in test_arm_linear_interp_f32()
91 test_rel_error_f32(length, output, (float32_t *)ref_bilinear, in test_arm_bilinear_interp_f32()
/Zephyr-latest/tests/lib/cmsis_dsp/bayes/src/
Df32.c73 test_rel_error_f32(pattern_count, output_probs_buf, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/distance/src/
Du32.c96 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_distance()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq15.c86 test_rel_error_f32( in test_arm_q15_to_float()
Dq31.c86 test_rel_error_f32( in test_arm_q31_to_float()
Df16.c121 test_rel_error_f32(length, (float32_t *)ref, output, in test_arm_f16_to_float()
Df32.c165 test_rel_error_f32(1, output, &ref[ref_offset], in test_arm_weighted_average_f32()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h300 static inline bool test_rel_error_f32( in test_rel_error_f32() function