/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)100) macro 45 ABS_ERROR_THRESH_Q31), in test_arm_cmplx_conj_q31() 107 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mag_q31() 136 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mag_squared_q31() 171 ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mult_cmplx_q31() 209 ABS_ERROR_THRESH_Q31), in test_arm_cmplx_mult_real_q31()
|
D | q15.c | 19 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro 76 test_near_equal_q31(2, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_cmplx_dot_prod_q15()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | decim_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro 76 ABS_ERROR_THRESH_Q31), in ZTEST() 140 ABS_ERROR_THRESH_Q31), in ZTEST()
|
D | fir_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro 97 ABS_ERROR_THRESH_Q31), in ZTEST()
|
D | biquad_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)1000) macro 62 ABS_ERROR_THRESH_Q31), in ZTEST()
|
D | misc_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro 49 ABS_ERROR_THRESH_Q31), in test_arm_correlate_q31() 121 ABS_ERROR_THRESH_Q31), in test_arm_conv_q31() 204 ABS_ERROR_THRESH_Q31), in test_arm_conv_partial_q31()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)4) macro 38 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_add_q31() 72 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_add_q31_in_place() 107 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_sub_q31() 141 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_sub_q31_in_place() 176 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_mult_q31() 210 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_mult_q31_in_place() 242 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_negate_q31() 275 zassert_true(test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_negate_q31_in_place() 308 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_offset_q31() [all …]
|
D | q7.c | 18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro 442 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_zdsp_dot_prod_q7()
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)2) macro 98 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op2() 177 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op1() 248 test_near_equal_q31(length, output_buf, ref, ABS_ERROR_THRESH_Q31), in test_op2v() 321 test_near_equal_q31(2 * length, output, ref, ABS_ERROR_THRESH_Q31), in test_op1c()
|
D | binary_q31.c | 17 #define ABS_ERROR_THRESH_Q31 ((q31_t)5) macro 101 test_near_equal_q31(length, output, ref, ABS_ERROR_THRESH_Q31), in test_op2() 191 ABS_ERROR_THRESH_Q31), in test_op2c()
|
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/ |
D | q15.c | 19 #define ABS_ERROR_THRESH_Q31 ((q31_t)40000) macro 113 length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_q15_to_q31()
|
D | q7.c | 19 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 24)) macro 112 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_q7_to_q31()
|
D | q31.c | 19 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro
|
D | f32.c | 20 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro 87 test_near_equal_q31(length, ref, output, ABS_ERROR_THRESH_Q31), in test_arm_float_to_q31()
|
D | f16.c | 26 #define ABS_ERROR_THRESH_Q31 ((q31_t)80) macro
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | q7.c | 18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15)) macro 163 test_near_equal_q31(1, output, ref, ABS_ERROR_THRESH_Q31), in test_arm_power_q7()
|