Lines Matching refs:input1
31 static void test_arm_copy_f16(const uint16_t *input1, size_t length) in test_arm_copy_f16() argument
40 arm_copy_f16((float16_t *)input1, output, length); in test_arm_copy_f16()
44 test_equal_f16(length, (float16_t *)input1, output), in test_arm_copy_f16()
83 const uint16_t *input1, const q15_t *ref, size_t length) in test_arm_f16_to_q15() argument
92 arm_f16_to_q15((float16_t *)input1, output, length); in test_arm_f16_to_q15()
108 const uint16_t *input1, const uint32_t *ref, size_t length) in test_arm_f16_to_float() argument
117 arm_f16_to_float((float16_t *)input1, output, length); in test_arm_f16_to_float()
134 const q15_t *input1, const uint16_t *ref, size_t length) in test_arm_q15_to_f16() argument
143 arm_q15_to_f16(input1, output, length); in test_arm_q15_to_f16()
160 const uint32_t *input1, const uint16_t *ref, size_t length) in test_arm_float_to_f16() argument
169 arm_float_to_f16((float32_t *)input1, output, length); in test_arm_float_to_f16()