Sve.TestAnyTrue 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
TestAnyTrue(Vector<UInt32>, Vector<UInt32>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<UInt16>, Vector<UInt16>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<SByte>, Vector<SByte>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<UInt64>, Vector<UInt64>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<Int32>, Vector<Int32>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<Int16>, Vector<Int16>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<Byte>, Vector<Byte>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<Int64>, Vector<Int64>) |
bool svptest_any(svbool_t pg, svbool_t op) PTEST |
TestAnyTrue(Vector<UInt32>, Vector<UInt32>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<System::UInt32> mask, System::Numerics::Vector<System::UInt32> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<uint> mask, System.Numerics.Vector<uint> srcMask);
static member TestAnyTrue : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of UInteger), srcMask As Vector(Of UInteger)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<UInt16>, Vector<UInt16>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<System::UInt16> mask, System::Numerics::Vector<System::UInt16> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<ushort> mask, System.Numerics.Vector<ushort> srcMask);
static member TestAnyTrue : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of UShort), srcMask As Vector(Of UShort)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<SByte>, Vector<SByte>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::SByte> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<sbyte> srcMask);
static member TestAnyTrue : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of SByte), srcMask As Vector(Of SByte)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<UInt64>, Vector<UInt64>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> srcMask);
static member TestAnyTrue : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of ULong), srcMask As Vector(Of ULong)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<Int32>, Vector<Int32>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<int> mask, System::Numerics::Vector<int> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<int> mask, System.Numerics.Vector<int> srcMask);
static member TestAnyTrue : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of Integer), srcMask As Vector(Of Integer)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<Int16>, Vector<Int16>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<short> mask, System::Numerics::Vector<short> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<short> mask, System.Numerics.Vector<short> srcMask);
static member TestAnyTrue : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of Short), srcMask As Vector(Of Short)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<Byte>, Vector<Byte>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::Byte> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<byte> mask, System.Numerics.Vector<byte> srcMask);
static member TestAnyTrue : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of Byte), srcMask As Vector(Of Byte)) As Boolean
Parameters
Returns
Applies to
TestAnyTrue(Vector<Int64>, Vector<Int64>)
bool svptest_any(svbool_t pg, svbool_t op)
PTEST
public:
static bool TestAnyTrue(System::Numerics::Vector<long> mask, System::Numerics::Vector<long> srcMask);
public static bool TestAnyTrue (System.Numerics.Vector<long> mask, System.Numerics.Vector<long> srcMask);
static member TestAnyTrue : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> bool
Public Shared Function TestAnyTrue (mask As Vector(Of Long), srcMask As Vector(Of Long)) As Boolean