Method YGroup3UnzipX2
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
YGroup3UnzipX2(Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<float>, out Vector256<float>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<float> YGroup3UnzipX2(Vector256<float> data0, Vector256<float> data1, Vector256<float> data2, Vector256<float> data3, Vector256<float> data4, Vector256<float> data5, out Vector256<float> xB, out Vector256<float> y, out Vector256<float> yB, out Vector256<float> z, out Vector256<float> zB)
Parameters
data0Vector256<float>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<float>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<float>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<float>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<float>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<float>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<float>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<float>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<float>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<float>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<float>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<double>, out Vector256<double>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<double> YGroup3UnzipX2(Vector256<double> data0, Vector256<double> data1, Vector256<double> data2, Vector256<double> data3, Vector256<double> data4, Vector256<double> data5, out Vector256<double> xB, out Vector256<double> y, out Vector256<double> yB, out Vector256<double> z, out Vector256<double> zB)
Parameters
data0Vector256<double>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<double>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<double>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<double>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<double>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<double>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<double>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<double>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<double>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<double>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<double>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<sbyte> YGroup3UnzipX2(Vector256<sbyte> data0, Vector256<sbyte> data1, Vector256<sbyte> data2, Vector256<sbyte> data3, Vector256<sbyte> data4, Vector256<sbyte> data5, out Vector256<sbyte> xB, out Vector256<sbyte> y, out Vector256<sbyte> yB, out Vector256<sbyte> z, out Vector256<sbyte> zB)
Parameters
data0Vector256<sbyte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<sbyte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<sbyte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<sbyte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<sbyte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<sbyte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<sbyte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<sbyte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<sbyte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<sbyte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<sbyte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<byte> YGroup3UnzipX2(Vector256<byte> data0, Vector256<byte> data1, Vector256<byte> data2, Vector256<byte> data3, Vector256<byte> data4, Vector256<byte> data5, out Vector256<byte> xB, out Vector256<byte> y, out Vector256<byte> yB, out Vector256<byte> z, out Vector256<byte> zB)
Parameters
data0Vector256<byte>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<byte>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<byte>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<byte>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<byte>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<byte>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<byte>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<byte>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<byte>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<byte>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<byte>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<short> YGroup3UnzipX2(Vector256<short> data0, Vector256<short> data1, Vector256<short> data2, Vector256<short> data3, Vector256<short> data4, Vector256<short> data5, out Vector256<short> xB, out Vector256<short> y, out Vector256<short> yB, out Vector256<short> z, out Vector256<short> zB)
Parameters
data0Vector256<short>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<short>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<short>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<short>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<short>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<short>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<short>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<short>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<short>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<short>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<short>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<ushort> YGroup3UnzipX2(Vector256<ushort> data0, Vector256<ushort> data1, Vector256<ushort> data2, Vector256<ushort> data3, Vector256<ushort> data4, Vector256<ushort> data5, out Vector256<ushort> xB, out Vector256<ushort> y, out Vector256<ushort> yB, out Vector256<ushort> z, out Vector256<ushort> zB)
Parameters
data0Vector256<ushort>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<ushort>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<ushort>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<ushort>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<ushort>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<ushort>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<ushort>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<ushort>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<ushort>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<ushort>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<ushort>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<int>, out Vector256<int>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<int> YGroup3UnzipX2(Vector256<int> data0, Vector256<int> data1, Vector256<int> data2, Vector256<int> data3, Vector256<int> data4, Vector256<int> data5, out Vector256<int> xB, out Vector256<int> y, out Vector256<int> yB, out Vector256<int> z, out Vector256<int> zB)
Parameters
data0Vector256<int>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<int>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<int>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<int>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<int>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<int>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<int>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<int>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<int>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<int>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<int>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<uint>, out Vector256<uint>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<uint> YGroup3UnzipX2(Vector256<uint> data0, Vector256<uint> data1, Vector256<uint> data2, Vector256<uint> data3, Vector256<uint> data4, Vector256<uint> data5, out Vector256<uint> xB, out Vector256<uint> y, out Vector256<uint> yB, out Vector256<uint> z, out Vector256<uint> zB)
Parameters
data0Vector256<uint>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<uint>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<uint>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<uint>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<uint>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<uint>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<uint>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<uint>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<uint>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<uint>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<uint>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<long>, out Vector256<long>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<long> YGroup3UnzipX2(Vector256<long> data0, Vector256<long> data1, Vector256<long> data2, Vector256<long> data3, Vector256<long> data4, Vector256<long> data5, out Vector256<long> xB, out Vector256<long> y, out Vector256<long> yB, out Vector256<long> z, out Vector256<long> zB)
Parameters
data0Vector256<long>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<long>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<long>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<long>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<long>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<long>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<long>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<long>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<long>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<long>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<long>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also
YGroup3UnzipX2(Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>, out Vector256<ulong>)
De-Interleave 3-element groups into 3 vectors and process 2x data (将3-元素组解交织为3个向量, 且处理2倍数据).
Mnemonic: (x, y, z) = YGroup3Unzip(data0, data1, data2), (xB, yB, zB) = YGroup3Unzip(data3, data4, data5).
Vector256<ulong> YGroup3UnzipX2(Vector256<ulong> data0, Vector256<ulong> data1, Vector256<ulong> data2, Vector256<ulong> data3, Vector256<ulong> data4, Vector256<ulong> data5, out Vector256<ulong> xB, out Vector256<ulong> y, out Vector256<ulong> yB, out Vector256<ulong> z, out Vector256<ulong> zB)
Parameters
data0Vector256<ulong>A vector made of 3-element groups - Part 0 (由3元素组所组成的向量 - 第0部分).
data1Vector256<ulong>A vector made of 3-element groups - Part 1 (由3元素组所组成的向量 - 第1部分).
data2Vector256<ulong>A vector made of 3-element groups - Part 2 (由3元素组所组成的向量 - 第2部分).
data3Vector256<ulong>A vector made of 3-element groups - Part 3 (由3元素组所组成的向量 - 第3部分).
data4Vector256<ulong>A vector made of 3-element groups - Part 4 (由3元素组所组成的向量 - 第4部分).
data5Vector256<ulong>A vector made of 3-element groups - Part 5 (由3元素组所组成的向量 - 第5部分).
xBVector256<ulong>Returns the vector made of the X-components - Part 1 (返回X分量所组成的向量 - 第1部分).
yVector256<ulong>Returns the vector made of the Y-components - Part 0 (返回Y分量所组成的向量 - 第0部分).
yBVector256<ulong>Returns the vector made of the Y-components - Part 1 (返回Y分量所组成的向量 - 第1部分).
zVector256<ulong>Returns the vector made of the Z-components - Part 0 (返回Z分量所组成的向量 - 第0部分).
zBVector256<ulong>Returns the vector made of the Z-components - Part 1 (返回Z分量所组成的向量 - 第1部分).
Returns
- See Also