/Zephyr-latest/tests/lib/cmsis_dsp/fastmath/src/ |
D | q15.c | 42 test_near_equal_q15(length, output, ref_cos, ABS_ERROR_THRESH), in ZTEST() 70 test_near_equal_q15(length, output, ref_sin, ABS_ERROR_THRESH), in ZTEST() 109 test_near_equal_q15(length, output, ref_sqrt, in ZTEST() 145 test_near_equal_q15(length, output, ref_divide, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | q15.c | 45 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_conj_q15() 108 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_cmplx_mag_q15() 137 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_cmplx_mag_squared_q15() 171 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_mult_cmplx_q15() 209 test_near_equal_q15(buf_length, output, ref, in test_arm_cmplx_mult_real_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | q15.c | 47 test_near_equal_q15(length, output, ref_linear, in ZTEST() 87 test_near_equal_q15(length, output, ref_bilinear, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q15.c | 38 test_near_equal_q15(ref_length, ref, output, in test_arm_correlate_q15() 95 test_near_equal_q15(ref_length, ref, output, in test_arm_conv_q15() 163 test_near_equal_q15(ref_length, ref, temp, in test_arm_conv_partial_q15() 200 test_near_equal_q15(ref_length, ref, temp, in test_arm_conv_partial_fast_q15() 241 test_near_equal_q15(ref_length, ref, temp, in test_arm_conv_partial_opt_q15() 284 test_near_equal_q15(ref_length, ref, temp, in test_arm_conv_partial_fast_opt_q15()
|
D | decim_q15.c | 75 test_near_equal_q15(length, output_buf, ref, in ZTEST() 139 test_near_equal_q15(length, output_buf, ref, in ZTEST()
|
D | biquad_q15.c | 58 test_near_equal_q15(length, output_buf, ref, in ZTEST()
|
D | fir_q15.c | 96 test_near_equal_q15(length, output_buf, ref, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | q15.c | 126 test_near_equal_q15(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_mean_q15() 192 test_near_equal_q15(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_rms_q15() 225 test_near_equal_q15(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_std_q15() 258 test_near_equal_q15(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_var_q15()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q15.c | 40 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_add_q15() 76 zassert_true(test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_add_q15_in_place() 112 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_sub_q15() 148 zassert_true(test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_sub_q15_in_place() 184 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_mult_q15() 218 zassert_true(test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_mult_q15_in_place() 251 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_negate_q15() 284 zassert_true(test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_negate_q15_in_place() 317 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_offset_q15() 353 zassert_true(test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_zdsp_offset_q15_in_place() [all …]
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | math_ops.c | 15 static inline int test_near_equal_q15(uint32_t length, const int16_t *in_a, in test_near_equal_q15() function 42 ret = test_near_equal_q15(VEC_LENGTH, output, ref_add, ABS_ERROR_THRESH_Q15); in test_vec_sum_int16_op()
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 98 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_op2() 177 test_near_equal_q15(length, output, ref, ABS_ERROR_THRESH_Q15), in test_op1() 248 test_near_equal_q15(length, output_buf, ref, ABS_ERROR_THRESH_Q15), in test_op2v() 321 test_near_equal_q15(2 * length, output, ref, ABS_ERROR_THRESH_Q15), in test_op1c()
|
D | binary_q15.c | 107 test_near_equal_q15(length, output, ref, in test_op2() 202 test_near_equal_q15(2 * length, output, ref, in test_op2c()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q31.c | 112 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_q31_to_q15()
|
D | q7.c | 137 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_q7_to_q15()
|
D | f16.c | 96 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_f16_to_q15()
|
D | f32.c | 112 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_float_to_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 249 static inline bool test_near_equal_q15( in test_near_equal_q15() function
|