Searched refs:test_equal_q7 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 588 test_equal_q7(length, output, ref), 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() 642 test_equal_q7(length, output, ref), 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() 692 test_equal_q7(length, output, ref), 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() 743 test_equal_q7(length, output, ref), 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() 797 test_equal_q7(length, output, ref), 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/support/src/ |
D | q7.c | 34 test_equal_q7(length, input1, output), in test_arm_copy_q7()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 160 static inline bool test_equal_q7( in test_equal_q7() function
|