Searched refs:test_near_equal_q7 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | q7.c | 47 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/ |
D | misc_q7.c | 37 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()
|
D | fir_q7.c | 96 test_near_equal_q7(length, output_buf, ref, in ZTEST()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 38 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/ |
D | unary_q7.c | 85 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()
|
D | binary_q7.c | 103 test_near_equal_q7(length, output, ref, in test_op2()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q15.c | 138 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q15_to_q7()
|
D | q31.c | 137 test_near_equal_q7(length, ref, output, ABS_ERROR_THRESH_Q7), in test_arm_q31_to_q7()
|
D | f32.c | 137 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/ |
D | q7.c | 130 test_near_equal_q7(1, output, ref, ABS_ERROR_THRESH_Q7), in test_arm_mean_q7()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 263 static inline bool test_near_equal_q7( in test_near_equal_q7() function
|