Lines Matching refs:float32_t
16 #define SNR_ERROR_THRESH ((float32_t)120)
25 float32_t *output; in test_arm_cmplx_conj_f32()
31 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_conj_f32()
35 arm_cmplx_conj_f32((float32_t *)input1, output, length); in test_arm_cmplx_conj_f32()
39 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32()
44 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32()
60 float32_t *output; in test_arm_cmplx_dot_prod_f32()
63 output = malloc(2 * sizeof(float32_t)); in test_arm_cmplx_dot_prod_f32()
68 (float32_t *)input1, (float32_t *)input2, length, in test_arm_cmplx_dot_prod_f32()
73 test_snr_error_f32(2, output, (float32_t *)ref, in test_arm_cmplx_dot_prod_f32()
78 test_rel_error_f32(2, output, (float32_t *)ref, in test_arm_cmplx_dot_prod_f32()
96 float32_t *output; in test_arm_cmplx_mag_f32()
99 output = malloc(length * sizeof(float32_t)); in test_arm_cmplx_mag_f32()
103 arm_cmplx_mag_f32((float32_t *)input1, output, length); in test_arm_cmplx_mag_f32()
107 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32()
112 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32()
127 float32_t *output; in test_arm_cmplx_mag_squared_f32()
130 output = malloc(length * sizeof(float32_t)); in test_arm_cmplx_mag_squared_f32()
134 arm_cmplx_mag_squared_f32((float32_t *)input1, output, length); in test_arm_cmplx_mag_squared_f32()
138 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32()
143 test_rel_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32()
160 float32_t *output; in test_arm_cmplx_mult_cmplx_f32()
166 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_mult_cmplx_f32()
171 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_cmplx_f32()
175 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32()
180 test_rel_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32()
200 float32_t *output; in test_arm_cmplx_mult_real_f32()
206 output = malloc(buf_length * sizeof(float32_t)); in test_arm_cmplx_mult_real_f32()
211 (float32_t *)input1, (float32_t *)input2, output, length); in test_arm_cmplx_mult_real_f32()
216 buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_real_f32()
222 buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_real_f32()