Lines Matching refs:input1
22 static void test_arm_copy_f32(const uint32_t *input1, size_t length) in test_arm_copy_f32() argument
31 arm_copy_f32((float32_t *)input1, output, length); in test_arm_copy_f32()
35 test_equal_f32(length, (float32_t *)input1, output), in test_arm_copy_f32()
74 const uint32_t *input1, const q31_t *ref, size_t length) in test_arm_float_to_q31() argument
83 arm_float_to_q31((float32_t *)input1, output, length); in test_arm_float_to_q31()
99 const uint32_t *input1, const q15_t *ref, size_t length) in test_arm_float_to_q15() argument
108 arm_float_to_q15((float32_t *)input1, output, length); in test_arm_float_to_q15()
124 const uint32_t *input1, const q7_t *ref, size_t length) in test_arm_float_to_q7() argument
133 arm_float_to_q7((float32_t *)input1, output, length); in test_arm_float_to_q7()
178 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_out() argument
192 arm_sort_f32(&inst, (float32_t *)input1, output, length); in test_arm_sort_out()
232 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_merge_sort_out() argument
251 arm_merge_sort_f32(&inst, (float32_t *)input1, output, length); in test_arm_merge_sort_out()
267 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_in() argument
278 memcpy(output, input1, length * sizeof(float32_t)); in test_arm_sort_in()
320 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_const() argument
334 arm_sort_f32(&inst, (float32_t *)input1, output, length); in test_arm_sort_const()
370 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_merge_sort_const() argument
389 arm_merge_sort_f32(&inst, (float32_t *)input1, output, length); in test_arm_merge_sort_const()