Searched refs:Float16 (Results 1 – 5 of 5) sorted by relevance
110 using Wide = intrinsics::Float16;116 struct TypeTraits<intrinsics::Float16> {129 using Narrow = intrinsics::Float16;
189 // Note: technically we only need to Nan-box Float32 since we don't support Float16 yet.
129 using Float16 = WrappedFloatType<_Float16>; variable
706 if constexpr (!std::is_same_v<TargetElementType, Float16> && in Vfcvtv()713 } else if constexpr (!std::is_same_v<SourceElementType, Float16> && in Vfcvtv()
577 return OpVector<intrinsics::Float16>(args, vlmul, vtype); in OpVector()