Home
last modified time | relevance | path

Searched refs:test_near_equal_q7 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Dq7.c47 test_near_equal_q7(length, output, ref_linear, in ZTEST()
87 test_near_equal_q7(length, output, ref_bilinear, in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q7.c37 test_near_equal_q7(ref_length, ref, output, in test_arm_correlate_q7()
94 test_near_equal_q7(ref_length, ref, output, in test_arm_conv_q7()
162 test_near_equal_q7(ref_length, ref, temp, in test_arm_conv_partial_q7()
203 test_near_equal_q7(ref_length, ref, temp, in test_arm_conv_partial_opt_q7()
Dfir_q7.c96 test_near_equal_q7(length, output_buf, ref, in ZTEST()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq7.c38 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_add_q7()
72 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_add_q7_in_place()
107 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_sub_q7()
141 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_sub_q7_in_place()
176 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_mult_q7()
210 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_mult_q7_in_place()
242 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_negate_q7()
274 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_negate_q7_in_place()
307 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_offset_q7()
341 zassert_true(test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_zdsp_offset_q7_in_place()
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q7.c85 test_near_equal_q7(length, output, ref, ABS_ERROR_THRESH_Q7), in test_op1()
153 test_near_equal_q7(length, output_buf, ref, ABS_ERROR_THRESH_Q7), in test_op2v()
Dbinary_q7.c103 test_near_equal_q7(length, output, ref, in test_op2()
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq15.c138 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q15_to_q7()
Dq31.c137 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q31_to_q7()
Df32.c137 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_float_to_q7()
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq7.c130 test_near_equal_q7(1, output, ref, ABS_ERROR_THRESH_Q7), in test_arm_mean_q7()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h263 static inline bool test_near_equal_q7( in test_near_equal_q7() function