Home
last modified time | relevance | path

Searched refs:test_equal_q15 (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq15.c612 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/
Df32.c78 test_equal_q15(pattern_count, output_preds_buf, ref_pred), in ZTEST()
Df16.c80 test_equal_q15(pattern_count, output_preds_buf, ref_pred), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq15.c34 test_equal_q15(length, input1, output), in test_arm_copy_q15()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h146 static inline bool test_equal_q15( in test_equal_q15() function