Home
last modified time | relevance | path

Searched refs:ASSERT_MSG_INCORRECT_COMP_RESULT (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq7.c31 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q7()
34 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q7()
53 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q7()
56 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q7()
75 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q7()
78 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q7()
97 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q7()
100 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q7()
Dq31.c31 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q31()
34 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q31()
52 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q31()
55 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q31()
73 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q31()
76 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q31()
94 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q31()
97 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q31()
Dq15.c31 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q15()
34 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_q15()
52 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q15()
55 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_q15()
73 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q15()
76 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_q15()
94 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q15()
97 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_q15()
Df32.c30 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_f32()
33 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_f32()
50 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_no_idx_f32()
68 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_f32()
71 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_f32()
89 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_f32()
92 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_f32()
110 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_f32()
113 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_f32()
Df16.c46 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_f16()
49 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_f16()
66 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_max_no_idx_f16()
84 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_f16()
87 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_min_f16()
105 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_f16()
108 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmax_f16()
126 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_f16()
129 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_absmin_f16()
/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/
Df16.c78 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
120 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
161 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
202 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
241 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Df32.c78 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
120 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
161 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
202 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
241 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Df32.c36 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_copy_f32()
62 output[index], val, ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_fill_f32()
197 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_sort_out()
256 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_merge_sort_out()
289 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_sort_in()
339 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_sort_const()
394 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_merge_sort_const()
Dq15.c35 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_copy_q15()
61 output[index], val, ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_fill_q15()
Dq31.c35 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_copy_q31()
61 output[index], val, ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_fill_q31()
Dq7.c35 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_copy_q7()
61 output[index], val, ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_fill_q7()
Df16.c45 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_copy_f16()
71 output[index], val, ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_fill_f16()
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_f64.c85 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op2()
161 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1()
227 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
290 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
363 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
440 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Dunary_f16.c101 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op2()
183 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1()
252 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
394 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1c()
460 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
533 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
610 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Dunary_f32.c97 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op2()
179 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1()
248 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
390 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1c()
456 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
529 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
606 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Dunary_q15.c86 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op2()
165 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1()
309 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1c()
Dunary_q31.c86 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op2()
165 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1()
309 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_op1c()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Ddecim_q31.c57 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
121 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Ddecim_q15.c57 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
121 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Ddecim_f32.c57 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
120 ASSERT_MSG_INCORRECT_COMP_RESULT); in ZTEST()
Dmisc_q15.c153 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_conv_partial_q15()
190 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_conv_partial_fast_q15()
231 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_conv_partial_opt_q15()
274 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_conv_partial_fast_opt_q15()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c601 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u32()
627 zassert_true(test_equal_q31(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u32_in_place()
655 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u32()
681 zassert_true(test_equal_q31(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u32_in_place()
706 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u32()
732 zassert_true(test_equal_q31(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u32_in_place()
757 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u32()
783 zassert_true(test_equal_q31(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u32_in_place()
811 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q31()
840 zassert_true(test_equal_q31(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q31_in_place()
Dq15.c613 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u16()
640 zassert_true(test_equal_q15(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u16_in_place()
669 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u16()
696 zassert_true(test_equal_q15(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u16_in_place()
723 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u16()
749 zassert_true(test_equal_q15(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u16_in_place()
775 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u16()
802 zassert_true(test_equal_q15(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u16_in_place()
830 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q15()
859 zassert_true(test_equal_q15(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q15_in_place()
Dq7.c589 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u8()
615 zassert_true(test_equal_q7(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_and_u8_in_place()
643 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u8()
669 zassert_true(test_equal_q7(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_or_u8_in_place()
693 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u8()
719 zassert_true(test_equal_q7(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_not_u8_in_place()
744 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u8()
770 zassert_true(test_equal_q7(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_xor_u8_in_place()
798 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q7()
827 zassert_true(test_equal_q7(length, output, ref), ASSERT_MSG_INCORRECT_COMP_RESULT); in test_zdsp_clip_q7_in_place()
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/
Dcq15.c31 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_cfft_q15()
136 ASSERT_MSG_INCORRECT_COMP_RESULT); in test_arm_cifft_q15()

12