Searched refs:test_equal_q31 (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/svm/src/ |
D | f16.c | 77 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()
|
D | f32.c | 77 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/ |
D | q31.c | 600 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/ |
D | q31.c | 34 test_equal_q31(length, input1, output), in test_arm_copy_q31()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 132 static inline bool test_equal_q31( in test_equal_q31() function
|