Searched refs:ABS_ERROR_THRESH_Q63 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/tests/lib/cmsis_dsp/complexmath/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18)) macro 75 test_near_equal_q63(2, output, ref, ABS_ERROR_THRESH_Q63), in test_arm_cmplx_dot_prod_q31()
|
/Zephyr-Core-3.4.0/tests/lib/cmsis_dsp/statistics/src/ |
D | q15.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) macro 159 test_near_equal_q63(1, output, ref, ABS_ERROR_THRESH_Q63), in test_arm_power_q15()
|
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18)) macro 159 test_near_equal_q63(1, output, ref, ABS_ERROR_THRESH_Q63), in test_arm_power_q31()
|
/Zephyr-Core-3.4.0/tests/lib/cmsis_dsp/matrix/src/ |
D | binary_q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
|
D | binary_q15.c | 20 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
|
D | unary_q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
|
D | unary_q15.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
|
/Zephyr-Core-3.4.0/tests/subsys/dsp/basicmath/src/ |
D | q31.c | 18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) macro 452 test_near_equal_q63(1, output, ref, ABS_ERROR_THRESH_Q63), in test_zdsp_dot_prod_q31()
|
D | q15.c | 19 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17)) macro 461 test_near_equal_q63(1, output, ref, ABS_ERROR_THRESH_Q63), in test_zdsp_dot_prod_q15()
|