Lines Matching full:length

75 	size_t length, const float64_t *a, const float64_t *b)  in test_equal_f64()  argument
79 for (index = 0; index < length; index++) { in test_equal_f64()
89 size_t length, const float32_t *a, const float32_t *b) in test_equal_f32() argument
93 for (index = 0; index < length; index++) { in test_equal_f32()
104 size_t length, const float16_t *a, const float16_t *b) in test_equal_f16() argument
108 for (index = 0; index < length; index++) { in test_equal_f16()
119 size_t length, const q63_t *a, const q63_t *b) in test_equal_q63() argument
123 for (index = 0; index < length; index++) { in test_equal_q63()
133 size_t length, const q31_t *a, const q31_t *b) in test_equal_q31() argument
137 for (index = 0; index < length; index++) { in test_equal_q31()
147 size_t length, const q15_t *a, const q15_t *b) in test_equal_q15() argument
151 for (index = 0; index < length; index++) { in test_equal_q15()
161 size_t length, const q7_t *a, const q7_t *b) in test_equal_q7() argument
165 for (index = 0; index < length; index++) { in test_equal_q7()
175 size_t length, const float64_t *a, const float64_t *b, in test_near_equal_f64() argument
180 for (index = 0; index < length; index++) { in test_near_equal_f64()
190 size_t length, const float32_t *a, const float32_t *b, in test_near_equal_f32() argument
195 for (index = 0; index < length; index++) { in test_near_equal_f32()
206 size_t length, const float16_t *a, const float16_t *b, in test_near_equal_f16() argument
211 for (index = 0; index < length; index++) { in test_near_equal_f16()
222 size_t length, const q63_t *a, const q63_t *b, q63_t threshold) in test_near_equal_q63() argument
226 for (index = 0; index < length; index++) { in test_near_equal_q63()
236 size_t length, const q31_t *a, const q31_t *b, q31_t threshold) in test_near_equal_q31() argument
240 for (index = 0; index < length; index++) { in test_near_equal_q31()
250 size_t length, const q15_t *a, const q15_t *b, q15_t threshold) in test_near_equal_q15() argument
254 for (index = 0; index < length; index++) { in test_near_equal_q15()
264 size_t length, const q7_t *a, const q7_t *b, q7_t threshold) in test_near_equal_q7() argument
268 for (index = 0; index < length; index++) { in test_near_equal_q7()
278 size_t length, const float64_t *a, const float64_t *b, in test_rel_error_f64() argument
284 for (index = 0; index < length; index++) { in test_rel_error_f64()
301 size_t length, const float32_t *a, const float32_t *b, in test_rel_error_f32() argument
307 for (index = 0; index < length; index++) { in test_rel_error_f32()
325 size_t length, const float16_t *a, const float16_t *b, in test_rel_error_f16() argument
331 for (index = 0; index < length; index++) { in test_rel_error_f16()
349 size_t length, const float64_t *ref, const float64_t *val, in test_close_error_f64() argument
354 for (index = 0; index < length; index++) { in test_close_error_f64()
365 size_t length, const float32_t *ref, const float32_t *val, in test_close_error_f32() argument
370 for (index = 0; index < length; index++) { in test_close_error_f32()
382 size_t length, const float16_t *ref, const float16_t *val, in test_close_error_f16() argument
387 for (index = 0; index < length; index++) { in test_close_error_f16()
399 size_t length, const float64_t *a, const float64_t *b, in test_snr_error_f64() argument
404 snr = arm_snr_f64(a, b, length); in test_snr_error_f64()
409 size_t length, const float32_t *a, const float32_t *b, in test_snr_error_f32() argument
414 snr = arm_snr_f32(a, b, length); in test_snr_error_f32()
420 size_t length, const float16_t *a, const float16_t *b, in test_snr_error_f16() argument
425 snr = arm_snr_f16(a, b, length); in test_snr_error_f16()
431 size_t length, const q63_t *a, const q63_t *b, float32_t threshold) in test_snr_error_q63() argument
435 snr = arm_snr_q63(a, b, length); in test_snr_error_q63()
440 size_t length, const q31_t *a, const q31_t *b, float32_t threshold) in test_snr_error_q31() argument
444 snr = arm_snr_q31(a, b, length); in test_snr_error_q31()
449 size_t length, const q15_t *a, const q15_t *b, float32_t threshold) in test_snr_error_q15() argument
453 snr = arm_snr_q15(a, b, length); in test_snr_error_q15()
458 size_t length, const q7_t *a, const q7_t *b, float32_t threshold) in test_snr_error_q7() argument
462 snr = arm_snr_q7(a, b, length); in test_snr_error_q7()