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