Home
last modified time | relevance | path

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/
Dq31.c18 #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/
Dq15.c18 #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()
Dq31.c18 #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/
Dbinary_q31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
Dbinary_q15.c20 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
Dunary_q31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
Dunary_q15.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16)) macro
/Zephyr-Core-3.4.0/tests/subsys/dsp/basicmath/src/
Dq31.c18 #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()
Dq15.c19 #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()