/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | f32.c | 44 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/ |
D | f32.c | 38 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/ |
D | biquad_f32.c | 71 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()
|
D | decim_f32.c | 75 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()
|
D | fir_f32.c | 96 test_rel_error_f32(length, output_buf, ref, REL_ERROR_THRESH), in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | f32.c | 142 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/ |
D | f32.c | 50 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/ |
D | f32.c | 73 test_rel_error_f32(pattern_count, output_probs_buf, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/distance/src/ |
D | u32.c | 96 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_distance()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q15.c | 86 test_rel_error_f32( in test_arm_q15_to_float()
|
D | q31.c | 86 test_rel_error_f32( in test_arm_q31_to_float()
|
D | f16.c | 121 test_rel_error_f32(length, (float32_t *)ref, output, in test_arm_f16_to_float()
|
D | f32.c | 165 test_rel_error_f32(1, output, &ref[ref_offset], in test_arm_weighted_average_f32()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 300 static inline bool test_rel_error_f32( in test_rel_error_f32() function
|