/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | q15.c | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)50) macro 46 ABS_ERROR_THRESH_Q15), 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() 172 ABS_ERROR_THRESH_Q15), in test_arm_cmplx_mult_cmplx_q15() 210 ABS_ERROR_THRESH_Q15), in test_arm_cmplx_mult_real_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | biquad_q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)500) macro 59 ABS_ERROR_THRESH_Q15), in ZTEST()
|
D | decim_q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)5) macro 76 ABS_ERROR_THRESH_Q15), in ZTEST() 140 ABS_ERROR_THRESH_Q15), in ZTEST()
|
D | fir_q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)2) macro 97 ABS_ERROR_THRESH_Q15), in ZTEST()
|
D | misc_q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)10) macro 39 ABS_ERROR_THRESH_Q15), in test_arm_correlate_q15() 96 ABS_ERROR_THRESH_Q15), in test_arm_conv_q15() 164 ABS_ERROR_THRESH_Q15), in test_arm_conv_partial_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | q31.c | 17 #define ABS_ERROR_THRESH_Q15 ((q31_t)100) macro 126 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_mean_q31() 192 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_rms_q31() 225 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_std_q31() 258 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q15), in test_arm_var_q31()
|
D | q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)100) macro 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 | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)2) macro 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() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q15.c | 17 #define ABS_ERROR_THRESH_Q15 ((q15_t)4) macro 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 | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)1000) macro 203 ABS_ERROR_THRESH_Q15), in test_op2c()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | input.h | 7 #define ABS_ERROR_THRESH_Q15 ((int16_t)2) macro
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)10) macro 112 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_q31_to_q15()
|
D | q7.c | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)(1 << 8)) macro 137 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_q7_to_q15()
|
D | f16.c | 25 #define ABS_ERROR_THRESH_Q15 ((q15_t)10) macro 96 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_f16_to_q15()
|
D | q15.c | 18 #define ABS_ERROR_THRESH_Q15 ((q15_t)10) macro
|
D | f32.c | 19 #define ABS_ERROR_THRESH_Q15 ((q15_t)10) macro 112 test_near_equal_q15(length, ref, output, ABS_ERROR_THRESH_Q15), in test_arm_float_to_q15()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | math_ops.c | 42 ret = test_near_equal_q15(VEC_LENGTH, output, ref_add, ABS_ERROR_THRESH_Q15); in test_vec_sum_int16_op()
|