5 references to GreaterThan
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
89Vector512<T> useResult = Vector512.GreaterThan(result, current);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMaxMagnitude.cs (1)
89Vector512<T> useResult = Vector512.GreaterThan(resultMag, currentMag);
System\Numerics\Tensors\netcore\TensorPrimitives.IsPow2.cs (1)
67Vector512.GreaterThan(x, Vector512<T>.Zero);
System\Numerics\Tensors\netcore\TensorPrimitives.Sign.cs (1)
113Vector512.ConditionalSelect(Vector512.GreaterThan(x, Vector512<T>.Zero).AsInt32(),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
601static Vector512<T> ISimdVector<Vector512<T>, T>.GreaterThan(Vector512<T> left, Vector512<T> right) => Vector512.GreaterThan(left, right);