Sve.SaturatingIncrementByActiveElementCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg) UQINCP Ztied.S, Pg |
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>) |
uint64_t svqincp[_n_u64]_b64(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.D |
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>) |
uint64_t svqincp[_n_u64]_b32(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.S |
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>) |
uint64_t svqincp[_n_u64]_b16(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.H |
SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>) |
uint64_t svqincp[_n_u64]_b8(uint64_t op, svbool_t pg) UQINCP Xtied, Pg.B |
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>) |
uint32_t svqincp[_n_u32]_b64(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.D |
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>) |
uint32_t svqincp[_n_u32]_b32(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.S |
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>) |
uint32_t svqincp[_n_u32]_b16(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.H |
SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>) |
uint32_t svqincp[_n_u32]_b8(uint32_t op, svbool_t pg) UQINCP Wtied, Pg.B |
SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg) UQINCP Ztied.H, Pg |
SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svqincp[_u64](svuint64_t op, svbool_t pg) UQINCP Ztied.D, Pg |
SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>) |
svint32_t svqincp[_s32](svint32_t op, svbool_t pg) SQINCP Ztied.S, Pg |
SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>) |
svint64_t svqincp[_s64](svint64_t op, svbool_t pg) SQINCP Ztied.D, Pg |
SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>) |
int32_t svqincp[_n_s32]_b8(int32_t op, svbool_t pg) SQINCP Xtied, Pg.B, Wtied |
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>) |
int32_t svqincp[_n_s32]_b32(int32_t op, svbool_t pg) SQINCP Xtied, Pg.S, Wtied |
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>) |
int32_t svqincp[_n_s32]_b64(int32_t op, svbool_t pg) SQINCP Xtied, Pg.D, Wtied |
SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>) |
int64_t svqincp[_n_s64]_b8(int64_t op, svbool_t pg) SQINCP Xtied, Pg.B |
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>) |
int32_t svqincp[_n_s32]_b16(int32_t op, svbool_t pg) SQINCP Xtied, Pg.H, Wtied |
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>) |
int64_t svqincp[_n_s64]_b32(int64_t op, svbool_t pg) SQINCP Xtied, Pg.S |
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>) |
int64_t svqincp[_n_s64]_b64(int64_t op, svbool_t pg) SQINCP Xtied, Pg.D |
SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>) |
svint16_t svqincp[_s16](svint16_t op, svbool_t pg) SQINCP Ztied.H, Pg |
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>) |
int64_t svqincp[_n_s64]_b16(int64_t op, svbool_t pg) SQINCP Xtied, Pg.H |
SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>)
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg)
UQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<System::UInt32> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> from);
public static System.Numerics.Vector<uint> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UInteger), from As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>)
uint64_t svqincp[_n_u64]_b64(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount (ulong value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of ULong)) As ULong
Parameters
- value
- UInt64
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>)
uint64_t svqincp[_n_u64]_b32(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount (ulong value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UInteger)) As ULong
Parameters
- value
- UInt64
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>)
uint64_t svqincp[_n_u64]_b16(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount (ulong value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UShort)) As ULong
Parameters
- value
- UInt64
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>)
uint64_t svqincp[_n_u64]_b8(uint64_t op, svbool_t pg)
UQINCP Xtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount (ulong value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of Byte)) As ULong
Parameters
- value
- UInt64
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>)
uint32_t svqincp[_n_u32]_b64(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount (uint value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of ULong)) As ULong
Parameters
- value
- UInt32
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>)
uint32_t svqincp[_n_u32]_b32(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount (uint value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UInteger)) As ULong
Parameters
- value
- UInt32
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>)
uint32_t svqincp[_n_u32]_b16(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount (uint value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UShort)) As ULong
Parameters
- value
- UInt32
Returns
Applies to
SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>)
uint32_t svqincp[_n_u32]_b8(uint32_t op, svbool_t pg)
UQINCP Wtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount (uint value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of Byte)) As ULong
Parameters
- value
- UInt32
Returns
Applies to
SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>)
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg)
UQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<System::UInt16> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<System::UInt16> from);
public static System.Numerics.Vector<ushort> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<ushort> value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UShort), from As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>)
svuint64_t svqincp[_u64](svuint64_t op, svbool_t pg)
UQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<System::UInt64> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<System::UInt64> from);
public static System.Numerics.Vector<ulong> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<ulong> value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of ULong), from As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>)
svint32_t svqincp[_s32](svint32_t op, svbool_t pg)
SQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<int> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<int> value, System::Numerics::Vector<int> from);
public static System.Numerics.Vector<int> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<int> value, System.Numerics.Vector<int> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Integer), from As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>)
svint64_t svqincp[_s64](svint64_t op, svbool_t pg)
SQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<long> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<long> value, System::Numerics::Vector<long> from);
public static System.Numerics.Vector<long> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<long> value, System.Numerics.Vector<long> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Long), from As Vector(Of Long)) As Vector(Of Long)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>)
int32_t svqincp[_n_s32]_b8(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.B, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount (int value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of Byte)) As Long
Parameters
- value
- Int32
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>)
int32_t svqincp[_n_s32]_b32(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.S, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount (int value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UInteger)) As Long
Parameters
- value
- Int32
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>)
int32_t svqincp[_n_s32]_b64(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.D, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount (int value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of ULong)) As Long
Parameters
- value
- Int32
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>)
int64_t svqincp[_n_s64]_b8(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.B
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount (long value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of Byte)) As Long
Parameters
- value
- Int64
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>)
int32_t svqincp[_n_s32]_b16(int32_t op, svbool_t pg)
SQINCP Xtied, Pg.H, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount (int value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UShort)) As Long
Parameters
- value
- Int32
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>)
int64_t svqincp[_n_s64]_b32(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.S
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount (long value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UInteger)) As Long
Parameters
- value
- Int64
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>)
int64_t svqincp[_n_s64]_b64(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.D
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount (long value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of ULong)) As Long
Parameters
- value
- Int64
Returns
Applies to
SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>)
svint16_t svqincp[_s16](svint16_t op, svbool_t pg)
SQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<short> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<short> value, System::Numerics::Vector<short> from);
public static System.Numerics.Vector<short> SaturatingIncrementByActiveElementCount (System.Numerics.Vector<short> value, System.Numerics.Vector<short> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Short), from As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>)
int64_t svqincp[_n_s64]_b16(int64_t op, svbool_t pg)
SQINCP Xtied, Pg.H
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount (long value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UShort)) As Long
Parameters
- value
- Int64