Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/
Df16.c77 test_equal_q31(length, output_buf, ref_linear), in ZTEST()
119 test_equal_q31(length, output_buf, ref_polynomial), in ZTEST()
160 test_equal_q31(length, output_buf, ref_rbf), in ZTEST()
201 test_equal_q31(length, output_buf, ref_sigmoid), in ZTEST()
240 test_equal_q31(length, output_buf, ref_oneclass), in ZTEST()
Df32.c77 test_equal_q31(length, output_buf, ref_linear), in ZTEST()
119 test_equal_q31(length, output_buf, ref_polynomial), in ZTEST()
160 test_equal_q31(length, output_buf, ref_rbf), in ZTEST()
201 test_equal_q31(length, output_buf, ref_sigmoid), in ZTEST()
240 test_equal_q31(length, output_buf, ref_oneclass), in ZTEST()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c600 test_equal_q31(length, output, ref), 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()
654 test_equal_q31(length, output, ref), 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()
705 test_equal_q31(length, output, ref), 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()
756 test_equal_q31(length, output, ref), 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()
810 test_equal_q31(length, output, ref), 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()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq31.c34 test_equal_q31(length, input1, output), in test_arm_copy_q31()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h132 static inline bool test_equal_q31( in test_equal_q31() function