Home
last modified time | relevance | path

Searched refs:ABS_ERROR_THRESH_Q31 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Dq31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)100) macro
45 ABS_ERROR_THRESH_Q31), 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()
171 ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mult_cmplx_q31()
209 ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mult_real_q31()
Dq15.c19 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro
76 test_near_equal_q31(2, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_dot_prod_q15()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Ddecim_q31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro
76 ABS_ERROR_THRESH_Q31), in ZTEST()
140 ABS_ERROR_THRESH_Q31), in ZTEST()
Dfir_q31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro
97 ABS_ERROR_THRESH_Q31), in ZTEST()
Dbiquad_q31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)1000) macro
62 ABS_ERROR_THRESH_Q31), in ZTEST()
Dmisc_q31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro
49 ABS_ERROR_THRESH_Q31), in test_arm_correlate_q31()
121 ABS_ERROR_THRESH_Q31), in test_arm_conv_q31()
204 ABS_ERROR_THRESH_Q31), in test_arm_conv_partial_q31()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)4) macro
38 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()
[all …]
Dq7.c18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro
442 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_dot_prod_q7()
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q31.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro
98 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.c17 #define ABS_ERROR_THRESH_Q31 ((q31_t)5) macro
101 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op2()
191 ABS_ERROR_THRESH_Q31), in test_op2c()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq15.c19 #define ABS_ERROR_THRESH_Q31 ((q31_t)40000) macro
113 length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_q15_to_q31()
Dq7.c19 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 24)) macro
112 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_q7_to_q31()
Dq31.c19 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro
Df32.c20 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro
87 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_float_to_q31()
Df16.c26 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq7.c18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro
163 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_power_q7()