Lines Matching refs:length

25 	size_t length = ARRAY_SIZE(in_angles);  in ZTEST()  local
29 output = malloc(length * sizeof(float32_t)); in ZTEST()
33 for (index = 0; index < length; index++) { in ZTEST()
39 test_snr_error_f32(length, output, (float32_t *)ref_cos, in ZTEST()
44 test_close_error_f32(length, output, (float32_t *)ref_cos, in ZTEST()
55 size_t length = ARRAY_SIZE(in_angles); in ZTEST() local
59 output = malloc(length * sizeof(float32_t)); in ZTEST()
63 for (index = 0; index < length; index++) { in ZTEST()
69 test_snr_error_f32(length, output, (float32_t *)ref_sin, in ZTEST()
74 test_close_error_f32(length, output, (float32_t *)ref_sin, in ZTEST()
85 size_t length = ARRAY_SIZE(in_sqrt); in ZTEST() local
90 output = malloc(length * sizeof(float32_t)); in ZTEST()
94 for (index = 0; index < length; index++) { in ZTEST()
111 test_snr_error_f32(length, output, (float32_t *)ref_sqrt, in ZTEST()
116 test_close_error_f32(length, output, (float32_t *)ref_sqrt, in ZTEST()
125 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_vlog_f32() argument
130 output = malloc(length * sizeof(float32_t)); in test_arm_vlog_f32()
134 arm_vlog_f32((float32_t *)input1, output, length); in test_arm_vlog_f32()
138 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_vlog_f32()
143 test_close_error_f32(length, output, (float32_t *)ref, in test_arm_vlog_f32()
157 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_vexp_f32() argument
162 output = malloc(length * sizeof(float32_t)); in test_arm_vexp_f32()
166 arm_vexp_f32((float32_t *)input1, output, length); in test_arm_vexp_f32()
170 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_vexp_f32()
175 test_close_error_f32(length, output, (float32_t *)ref, in test_arm_vexp_f32()