Lines Matching refs:q31_t
17 #define ABS_ERROR_THRESH_Q15 ((q31_t)100)
21 const q31_t *input1, int ref_index, size_t length) in test_arm_max_q31()
23 q31_t val; in test_arm_max_q31()
42 const q31_t *input1, int ref_index, size_t length) in test_arm_min_q31()
44 q31_t val; in test_arm_min_q31()
63 const q31_t *input1, int ref_index, size_t length) in test_arm_absmax_q31()
65 q31_t val; in test_arm_absmax_q31()
84 const q31_t *input1, int ref_index, size_t length) in test_arm_absmin_q31()
86 q31_t val; in test_arm_absmin_q31()
105 const q31_t *input1, int ref_index, size_t length) in test_arm_mean_q31()
107 q31_t ref[1]; in test_arm_mean_q31()
108 q31_t *output; in test_arm_mean_q31()
114 output = malloc(1 * sizeof(q31_t)); in test_arm_mean_q31()
138 const q31_t *input1, int ref_index, size_t length) in test_arm_power_q31()
171 const q31_t *input1, int ref_index, size_t length) in test_arm_rms_q31()
173 q31_t ref[1]; in test_arm_rms_q31()
174 q31_t *output; in test_arm_rms_q31()
180 output = malloc(1 * sizeof(q31_t)); in test_arm_rms_q31()
204 const q31_t *input1, int ref_index, size_t length) in test_arm_std_q31()
206 q31_t ref[1]; in test_arm_std_q31()
207 q31_t *output; in test_arm_std_q31()
213 output = malloc(1 * sizeof(q31_t)); in test_arm_std_q31()
237 const q31_t *input1, int ref_index, size_t length) in test_arm_var_q31()
239 q31_t ref[1]; in test_arm_var_q31()
240 q31_t *output; in test_arm_var_q31()
246 output = malloc(1 * sizeof(q31_t)); in test_arm_var_q31()