Home
last modified time | relevance | path

Searched refs:ABS_ERROR_THRESH_Q7 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)5) macro
38 ABS_ERROR_THRESH_Q7), in test_arm_correlate_q7()
95 ABS_ERROR_THRESH_Q7), in test_arm_conv_q7()
163 ABS_ERROR_THRESH_Q7), in test_arm_conv_partial_q7()
204 ABS_ERROR_THRESH_Q7), in test_arm_conv_partial_opt_q7()
Dfir_q7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)2) macro
97 ABS_ERROR_THRESH_Q7), in ZTEST()
/Zephyr-Core-3.7.0/tests/subsys/dsp/basicmath/src/
Dq7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)2) macro
38 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_add_q7()
72 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_add_q7_in_place()
107 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_sub_q7()
141 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_sub_q7_in_place()
176 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_mult_q7()
210 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_mult_q7_in_place()
242 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_negate_q7()
274 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_negate_q7_in_place()
307 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_offset_q7()
[all …]
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/matrix/src/
Dunary_q7.c18 #define ABS_ERROR_THRESH_Q7 ((q7_t)2) macro
85 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_op1()
153 test_near_equal_q7(length, output_buf, ref, ABS_ERROR_THRESH_Q7), in test_op2v()
Dbinary_q7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)5) macro
104 ABS_ERROR_THRESH_Q7), in test_op2()
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/support/src/
Dq15.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)10) macro
138 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q15_to_q7()
Dq31.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)10) macro
137 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q31_to_q7()
Dq7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)10) macro
Df32.c18 #define ABS_ERROR_THRESH_Q7 ((q7_t)10) macro
137 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_float_to_q7()
Df16.c24 #define ABS_ERROR_THRESH_Q7 ((q15_t)10) macro
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/statistics/src/
Dq7.c17 #define ABS_ERROR_THRESH_Q7 ((q7_t)20) macro
130 test_near_equal_q7(1, output, ref, ABS_ERROR_THRESH_Q7), in test_arm_mean_q7()