|
static Vector128< U > | As< T, U > (this Vector128< T > vector) |
|
static Vector128< byte > | AsByte< T > (this Vector128< T > vector) |
|
static Vector128< double > | AsDouble< T > (this Vector128< T > vector) |
|
static Vector128< short > | AsInt16< T > (this Vector128< T > vector) |
|
static Vector128< int > | AsInt32< T > (this Vector128< T > vector) |
|
static Vector128< long > | AsInt64< T > (this Vector128< T > vector) |
|
static Vector128< sbyte > | AsSByte< T > (this Vector128< T > vector) |
|
static Vector128< float > | AsSingle< T > (this Vector128< T > vector) |
|
static Vector128< ushort > | AsUInt16< T > (this Vector128< T > vector) |
|
static Vector128< uint > | AsUInt32< T > (this Vector128< T > vector) |
|
static Vector128< ulong > | AsUInt64< T > (this Vector128< T > vector) |
|
static Vector128< float > | AsVector128 (this Vector2 value) |
|
static Vector128< float > | AsVector128 (this Vector3 value) |
|
static Vector128< float > | AsVector128 (this Vector4 value) |
|
static Vector128< T > | AsVector128< T > (this Vector< T > value) |
|
static Vector2 | AsVector2 (this Vector128< float > value) |
|
static Vector3 | AsVector3 (this Vector128< float > value) |
|
static Vector4 | AsVector4 (this Vector128< float > value) |
|
static Vector< T > | AsVector< T > (this Vector128< T > value) |
|
static Vector128< byte > | Create (byte value) |
|
static Vector128< double > | Create (double value) |
|
static Vector128< short > | Create (short value) |
|
static Vector128< int > | Create (int value) |
|
static Vector128< long > | Create (long value) |
|
static Vector128< sbyte > | Create (sbyte value) |
|
static Vector128< float > | Create (float value) |
|
static Vector128< ushort > | Create (ushort value) |
|
static Vector128< uint > | Create (uint value) |
|
static Vector128< ulong > | Create (ulong value) |
|
static Vector128< byte > | Create (byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15) |
|
static Vector128< double > | Create (double e0, double e1) |
|
static Vector128< short > | Create (short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7) |
|
static Vector128< int > | Create (int e0, int e1, int e2, int e3) |
|
static Vector128< long > | Create (long e0, long e1) |
|
static Vector128< sbyte > | Create (sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7, sbyte e8, sbyte e9, sbyte e10, sbyte e11, sbyte e12, sbyte e13, sbyte e14, sbyte e15) |
|
static Vector128< float > | Create (float e0, float e1, float e2, float e3) |
|
static Vector128< ushort > | Create (ushort e0, ushort e1, ushort e2, ushort e3, ushort e4, ushort e5, ushort e6, ushort e7) |
|
static Vector128< uint > | Create (uint e0, uint e1, uint e2, uint e3) |
|
static Vector128< ulong > | Create (ulong e0, ulong e1) |
|
static Vector128< byte > | Create (Vector64< byte > lower, Vector64< byte > upper) |
|
static Vector128< double > | Create (Vector64< double > lower, Vector64< double > upper) |
|
static Vector128< short > | Create (Vector64< short > lower, Vector64< short > upper) |
|
static Vector128< int > | Create (Vector64< int > lower, Vector64< int > upper) |
|
static Vector128< long > | Create (Vector64< long > lower, Vector64< long > upper) |
|
static Vector128< sbyte > | Create (Vector64< sbyte > lower, Vector64< sbyte > upper) |
|
static Vector128< float > | Create (Vector64< float > lower, Vector64< float > upper) |
|
static Vector128< ushort > | Create (Vector64< ushort > lower, Vector64< ushort > upper) |
|
static Vector128< uint > | Create (Vector64< uint > lower, Vector64< uint > upper) |
|
static Vector128< ulong > | Create (Vector64< ulong > lower, Vector64< ulong > upper) |
|
static Vector128< byte > | CreateScalar (byte value) |
|
static Vector128< double > | CreateScalar (double value) |
|
static Vector128< short > | CreateScalar (short value) |
|
static Vector128< int > | CreateScalar (int value) |
|
static Vector128< long > | CreateScalar (long value) |
|
static Vector128< sbyte > | CreateScalar (sbyte value) |
|
static Vector128< float > | CreateScalar (float value) |
|
static Vector128< ushort > | CreateScalar (ushort value) |
|
static Vector128< uint > | CreateScalar (uint value) |
|
static Vector128< ulong > | CreateScalar (ulong value) |
|
static unsafe Vector128< byte > | CreateScalarUnsafe (byte value) |
|
static unsafe Vector128< double > | CreateScalarUnsafe (double value) |
|
static unsafe Vector128< short > | CreateScalarUnsafe (short value) |
|
static unsafe Vector128< int > | CreateScalarUnsafe (int value) |
|
static unsafe Vector128< long > | CreateScalarUnsafe (long value) |
|
static unsafe Vector128< sbyte > | CreateScalarUnsafe (sbyte value) |
|
static unsafe Vector128< float > | CreateScalarUnsafe (float value) |
|
static unsafe Vector128< ushort > | CreateScalarUnsafe (ushort value) |
|
static unsafe Vector128< uint > | CreateScalarUnsafe (uint value) |
|
static unsafe Vector128< ulong > | CreateScalarUnsafe (ulong value) |
|
static T | GetElement< T > (this Vector128< T > vector, int index) |
|
static Vector128< T > | WithElement< T > (this Vector128< T > vector, int index, T value) |
|
static Vector64< T > | GetLower< T > (this Vector128< T > vector) |
|
static Vector128< T > | WithLower< T > (this Vector128< T > vector, Vector64< T > value) |
|
static Vector64< T > | GetUpper< T > (this Vector128< T > vector) |
|
static Vector128< T > | WithUpper< T > (this Vector128< T > vector, Vector64< T > value) |
|
static T | ToScalar< T > (this Vector128< T > vector) |
|
static Vector256< T > | ToVector256< T > (this Vector128< T > vector) |
|
static unsafe Vector256< T > | ToVector256Unsafe< T > (this Vector128< T > vector) |
|
Definition at line 1011 of file Vector128.cs.