3 references to GreaterThanAny
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
958
static bool ISimdVector<Vector<T>, T>.GreaterThanAny(Vector<T> left, Vector<T> right) => Vector.
GreaterThanAny
(left, right);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Utility.cs (2)
73
if (Vector.
GreaterThanAny
(Unsafe.Read<Vector<ushort>>(pBuffer), maxLatin1))
617
if (Vector.
GreaterThanAny
(Vector.BitwiseOr(utf16VectorHigh, utf16VectorLow), maxLatin1))