Searched refs:vcvtq_f16_s16 (Results 1 – 3 of 3) sorted by relevance
71 vst1q_f16(dst_ptr + x, vcvtq_f16_s16(texels.val[0])); in neon_qasymm8_signed_to_fp16_cast()72 vst1q_f16(dst_ptr + x + 8, vcvtq_f16_s16(texels.val[1])); in neon_qasymm8_signed_to_fp16_cast()380 vst1q_f16(dst_ptr + x, vcvtq_f16_s16(texels.val[0])); in neon_u8_to_fp16_cast()381 vst1q_f16(dst_ptr + x + 8, vcvtq_f16_s16(texels.val[1])); in neon_u8_to_fp16_cast()
125 inline uint16x8_t vcvtq_f16_s16(float16x8_t) in vcvtq_f16_s16() function
517 const float16x8_t r = vcvtq_f16_s16(z);