Home
last modified time | relevance | path

Searched refs:q63_t (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/include/zephyr/dsp/
Dtypes.h41 typedef int64_t q63_t; typedef
Dbasicmath.h454 uint32_t block_size, DSP_DATA q63_t *result);
472 uint32_t block_size, DSP_DATA q63_t *result);
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/
Dq31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18))
57 const q31_t *input1, const q31_t *input2, const q63_t *ref, in test_arm_cmplx_dot_prod_q31()
60 q63_t *output; in test_arm_cmplx_dot_prod_q31()
63 output = malloc(2 * sizeof(q63_t)); in test_arm_cmplx_dot_prod_q31()
Dq31.pat461 static const q63_t ref_dot_prod_3[2] = {
465 static const q63_t ref_dot_prod_4n[2] = {
469 static const q63_t ref_dot_prod_4n1[2] = {
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 18))
140 q63_t ref[1]; in test_arm_power_q31()
141 q63_t *output; in test_arm_power_q31()
147 output = malloc(1 * sizeof(q63_t)); in test_arm_power_q31()
Dq15.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17))
140 q63_t ref[1]; in test_arm_power_q15()
141 q63_t *output; in test_arm_power_q15()
147 output = malloc(1 * sizeof(q63_t)); in test_arm_power_q15()
Dq15.pat160 static const q63_t ref_power[3] = {
Dq31.pat271 static const q63_t ref_power[3] = {
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h119 size_t length, const q63_t *a, const q63_t *b) in test_equal_q63()
222 size_t length, const q63_t *a, const q63_t *b, q63_t threshold) in test_near_equal_q63()
431 size_t length, const q63_t *a, const q63_t *b, float32_t threshold) in test_snr_error_q63()
Dmath_helper.h170 static inline float arm_snr_q63(const q63_t *pRef, const q63_t *pTest, in arm_snr_q63()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_q31.c78 q63_t *state; in ZTEST()
83 state = malloc(32 * sizeof(q63_t)); in ZTEST()
/Zephyr-latest/tests/benchmarks/cmsis_dsp/basicmath/src/
Dq15.c264 q63_t output; in ZTEST()
Dq31.c328 q63_t output; in ZTEST()
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend.h142 q63_t *dst) in zdsp_dot_prod_q15()
147 q63_t *dst) in zdsp_dot_prod_q31()
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17))
435 const q63_t *ref, size_t length) in test_zdsp_dot_prod_q31()
437 DSP_DATA q63_t *output; in test_zdsp_dot_prod_q31()
440 output = (DSP_DATA q63_t *)malloc(length * sizeof(q63_t)); in test_zdsp_dot_prod_q31()
Dq15.c19 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 17))
443 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q63_t *ref, in test_zdsp_dot_prod_q15()
446 DSP_DATA q63_t *output; in test_zdsp_dot_prod_q15()
449 output = (DSP_DATA q63_t *)malloc(1 * sizeof(q63_t)); in test_zdsp_dot_prod_q15()
Dq31.pat697 static const q63_t ref_dot_prod_3[1] = {
701 static const q63_t ref_dot_prod_4[1] = {
705 static const q63_t ref_dot_prod_4n1[1] = {
709 static const q63_t ref_dot_prod_long[1] = {
Dq15.pat409 static const q63_t ref_dot_prod_3[1] = {
413 static const q63_t ref_dot_prod_4[1] = {
417 static const q63_t ref_dot_prod_4n1[1] = {
421 static const q63_t ref_dot_prod_long[1] = {
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dbinary_q31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
Dbinary_q15.c20 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
Dunary_q15.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
Dunary_q31.c18 #define ABS_ERROR_THRESH_Q63 ((q63_t)(1 << 16))
/Zephyr-latest/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h151 uint32_t block_size, DSP_DATA q63_t *dst) in zdsp_dot_prod_q15()
156 uint32_t block_size, DSP_DATA q63_t *dst) in zdsp_dot_prod_q31()