Searched refs:SourceElementType (Results 1 – 1 of 1) sorted by relevance
542 using SourceElementType = NarrowType<ElementType>; in Vextf2() local543 return {VectorExtend<SourceElementType>(src)}; in Vextf2()550 using SourceElementType = NarrowType<WideSourceElementType>; in Vextf4() local551 return {VectorExtend<WideSourceElementType>(VectorExtend<SourceElementType>(src))}; in Vextf4()699 typename SourceElementType,704 sizeof(SIMD128Register) / sizeof(SourceElementType)); in Vfcvtv()710 std::get<0>(FCvtFloatToInteger<typename TargetElementType::BaseType, SourceElementType>( in Vfcvtv()711 rm, frm, src.Get<SourceElementType>(index))), in Vfcvtv()713 } else if constexpr (!std::is_same_v<SourceElementType, Float16> && in Vfcvtv()714 !std::is_same_v<SourceElementType, Float32> && in Vfcvtv()[all …]