Searched refs:v_high (Results 1 – 1 of 1) sorted by relevance
68 const uint8x8_t v_high = vget_high_u8(v); in ColMeanAndVariance() local71 const uint16x8_t v_high_u16 = vmovl_u8(v_high); in ColMeanAndVariance()165 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); in MinAndMax() local169 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))), in MinAndMax()170 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))), in MinAndMax()221 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); in InstanceNorm() local225 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))), in InstanceNorm()226 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))), in InstanceNorm()