/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q7.c | 17 #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()
|
D | fir_q7.c | 17 #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/ |
D | q7.c | 17 #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/ |
D | unary_q7.c | 18 #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()
|
D | binary_q7.c | 17 #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/ |
D | q15.c | 17 #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()
|
D | q31.c | 17 #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()
|
D | q7.c | 17 #define ABS_ERROR_THRESH_Q7 ((q7_t)10) macro
|
D | f32.c | 18 #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()
|
D | f16.c | 24 #define ABS_ERROR_THRESH_Q7 ((q15_t)10) macro
|
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/statistics/src/ |
D | q7.c | 17 #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()
|