Lines Matching refs:q31_t
17 #define ABS_ERROR_THRESH_Q31 ((q31_t)100)
23 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_conj_q31()
26 q31_t *output; in test_arm_cmplx_conj_q31()
32 output = malloc(buf_length * sizeof(q31_t)); in test_arm_cmplx_conj_q31()
57 const q31_t *input1, const q31_t *input2, const q63_t *ref, in test_arm_cmplx_dot_prod_q31()
90 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_mag_q31()
92 q31_t *output; in test_arm_cmplx_mag_q31()
95 output = malloc(length * sizeof(q31_t)); in test_arm_cmplx_mag_q31()
119 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_mag_squared_q31()
121 q31_t *output; in test_arm_cmplx_mag_squared_q31()
124 output = malloc(length * sizeof(q31_t)); in test_arm_cmplx_mag_squared_q31()
148 const q31_t *input1, const q31_t *input2, const q31_t *ref, in test_arm_cmplx_mult_cmplx_q31()
152 q31_t *output; in test_arm_cmplx_mult_cmplx_q31()
158 output = malloc(buf_length * sizeof(q31_t)); in test_arm_cmplx_mult_cmplx_q31()
186 const q31_t *input1, const q31_t *input2, const q31_t *ref, in test_arm_cmplx_mult_real_q31()
190 q31_t *output; in test_arm_cmplx_mult_real_q31()
196 output = malloc(buf_length * sizeof(q31_t)); in test_arm_cmplx_mult_real_q31()