2 references to ShouldEarlyExit
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (2)
137
if (TAnyAll.
ShouldEarlyExit
(TOperator.Invoke(Vector256.LoadUnsafe(ref xRef, (uint)i))))
148
TAnyAll.
ShouldEarlyExit
(TOperator.Invoke(Vector256.LoadUnsafe(ref xRef, (uint)(x.Length - Vector256<T>.Count)))))