Method YShuffleInsert_Args
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
YShuffleInsert_Args(Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<sbyte> indices, out Vector512<sbyte> args0, out Vector512<sbyte> args1, out Vector512<sbyte> args2)
Parameters
indices
Vector512<sbyte>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<sbyte>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<sbyte>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<sbyte>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<byte>, out Vector512<byte>, out Vector512<byte>, out Vector512<byte>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<byte> indices, out Vector512<byte> args0, out Vector512<byte> args1, out Vector512<byte> args2)
Parameters
indices
Vector512<byte>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<byte>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<byte>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<byte>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<short>, out Vector512<short>, out Vector512<short>, out Vector512<short>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<short> indices, out Vector512<short> args0, out Vector512<short> args1, out Vector512<short> args2)
Parameters
indices
Vector512<short>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<short>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<short>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<short>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<ushort> indices, out Vector512<ushort> args0, out Vector512<ushort> args1, out Vector512<ushort> args2)
Parameters
indices
Vector512<ushort>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<ushort>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<ushort>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<ushort>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<int>, out Vector512<int>, out Vector512<int>, out Vector512<int>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<int> indices, out Vector512<int> args0, out Vector512<int> args1, out Vector512<int> args2)
Parameters
indices
Vector512<int>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<int>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<int>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<int>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<uint>, out Vector512<uint>, out Vector512<uint>, out Vector512<uint>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<uint> indices, out Vector512<uint> args0, out Vector512<uint> args1, out Vector512<uint> args2)
Parameters
indices
Vector512<uint>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<uint>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<uint>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<uint>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<long>, out Vector512<long>, out Vector512<long>, out Vector512<long>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<long> indices, out Vector512<long> args0, out Vector512<long> args1, out Vector512<long> args2)
Parameters
indices
Vector512<long>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<long>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<long>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<long>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also
YShuffleInsert_Args(Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>)
Arguments calculation for shuffle and insert (换位并插入的参数计算). Provide arguments for YShuffleInsert_Core (为 YShuffleInsert_Core 提供参数). If the index value is out of range, the elements of the background vector will be inserted (若索引值超出范围, 会插入背景向量的元素).
Mnemonic: rt[i] := (0<=indices[i] && indices[i]<Count)?( vector[indices[i]] ):back[i]
.
void YShuffleInsert_Args(Vector512<ulong> indices, out Vector512<ulong> args0, out Vector512<ulong> args1, out Vector512<ulong> args2)
Parameters
indices
Vector512<ulong>The per-element indices used to select a value from vector (用于从 vector 中选择值的每个元素索引).
args0
Vector512<ulong>Arguments 0 (参数0). Used for YShuffleInsert_Core .
args1
Vector512<ulong>Arguments 1 (参数1). Used for YShuffleInsert_Core .
args2
Vector512<ulong>Arguments 2 (参数2). Used for YShuffleInsert_Core .
- See Also