Home
last modified time | relevance | path

Searched refs:test_near_equal_q31 (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/fastmath/src/
Dq31.c42 test_near_equal_q31(length, output, ref_cos, ABS_ERROR_THRESH), in ZTEST()
70 test_near_equal_q31(length, output, ref_sin, ABS_ERROR_THRESH), in ZTEST()
109 test_near_equal_q31(length, output, ref_sqrt, in ZTEST()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/complexmath/src/
Dq31.c44 test_near_equal_q31(buf_length, output, ref, in test_arm_cmplx_conj_q31()
107 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mag_q31()
136 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mag_squared_q31()
170 test_near_equal_q31(buf_length, output, ref, in test_arm_cmplx_mult_cmplx_q31()
208 test_near_equal_q31(buf_length, output, ref, in test_arm_cmplx_mult_real_q31()
Dq15.c76 test_near_equal_q31(2, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_dot_prod_q15()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q31.c48 test_near_equal_q31(ref_length, ref, output, in test_arm_correlate_q31()
120 test_near_equal_q31(ref_length, ref, output, in test_arm_conv_q31()
203 test_near_equal_q31(ref_length, ref, temp, in test_arm_conv_partial_q31()
240 test_near_equal_q31(ref_length, ref, temp, in test_arm_conv_partial_fast_q31()
297 test_near_equal_q31(ref_length, ref, output, in test_arm_levinson_durbin_q31()
302 test_near_equal_q31(1, &in_levinson_durbin_err[err_index], in test_arm_levinson_durbin_q31()
Dbiquad_q31.c61 test_near_equal_q31(length, output_buf, ref, in ZTEST()
111 test_near_equal_q31(length, output_buf, ref, in ZTEST()
Ddecim_q31.c75 test_near_equal_q31(length, output_buf, ref, in ZTEST()
139 test_near_equal_q31(length, output_buf, ref, in ZTEST()
Dfir_q31.c96 test_near_equal_q31(length, output_buf, ref, in ZTEST()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/interpolation/src/
Dq31.c47 test_near_equal_q31(length, output, ref_linear, in ZTEST()
87 test_near_equal_q31(length, output, ref_bilinear, in ZTEST()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/statistics/src/
Dq31.c126 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_mean_q31()
192 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_rms_q31()
225 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_std_q31()
258 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_var_q31()
Dq7.c163 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_power_q7()
/Zephyr-Core-3.5.0/tests/subsys/dsp/basicmath/src/
Dq31.c38 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_add_q31()
72 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_add_q31_in_place()
107 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_sub_q31()
141 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_sub_q31_in_place()
176 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_mult_q31()
210 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_mult_q31_in_place()
242 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_negate_q31()
275 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_negate_q31_in_place()
308 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_offset_q31()
344 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_offset_q31_in_place()
[all …]
Dq7.c442 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_dot_prod_q7()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/matrix/src/
Dunary_q31.c98 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op2()
177 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op1()
248 test_near_equal_q31(length, output_buf, ref, ABS_ERROR_THRESH_Q31), in test_op2v()
321 test_near_equal_q31(2 * length, output, ref, ABS_ERROR_THRESH_Q31), in test_op1c()
Dbinary_q31.c101 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op2()
190 test_near_equal_q31(2 * length, output, ref, in test_op2c()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/support/src/
Dq15.c112 test_near_equal_q31( in test_arm_q15_to_q31()
Dq7.c112 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_q7_to_q31()
Df32.c87 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_float_to_q31()
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/common/
Dtest_common.h279 static inline bool test_near_equal_q31( in test_near_equal_q31() function