Searched refs:MS_CVT_F32_F16 (Results 1 – 2 of 2) sorted by relevance
78 #define MS_CVT_F32_F16(src) ms_vcvt_f32_f16(src) macro86 #define MS_CVT_F32_F16(src) vcvt_f32_f16(src) macro112 float32x4_t src_low = MS_CVT_F32_F16(vget_low_f16(src)); in MS_TANHX8_F16()113 float32x4_t src_high = MS_CVT_F32_F16(vget_high_f16(src)); in MS_TANHX8_F16()153 float32x4_t x_fp32 = MS_CVT_F32_F16(x); in MS_VMLAL_F16()154 float32x4_t dy_fp32 = MS_CVT_F32_F16(dy); in MS_VMLAL_F16()
32 float32x4_t input_low = MS_CVT_F32_F16(vget_low_f16(input)); in VexpFp16()33 float32x4_t input_high = MS_CVT_F32_F16(vget_high_f16(input)); in VexpFp16()