Searched refs:test_equal_q15 (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q15.c | 612 test_equal_q15(length, output, ref), 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() 668 test_equal_q15(length, output, ref), 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() 722 test_equal_q15(length, output, ref), 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() 774 test_equal_q15(length, output, ref), 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() 829 test_equal_q15(length, output, ref), 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()
|
/Zephyr-latest/tests/lib/cmsis_dsp/bayes/src/ |
D | f32.c | 78 test_equal_q15(pattern_count, output_preds_buf, ref_pred), in ZTEST()
|
D | f16.c | 80 test_equal_q15(pattern_count, output_preds_buf, ref_pred), in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q15.c | 34 test_equal_q15(length, input1, output), in test_arm_copy_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 146 static inline bool test_equal_q15( in test_equal_q15() function
|