4 references to IndexLessThan
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
42Vector128<T> lessThanIndexMask = IndexLessThan(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMaxMagnitude.cs (1)
40Vector128<T> lessThanIndexMask = IndexLessThan(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMin.cs (1)
39Vector128<T> lessThanIndexMask = IndexLessThan(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMinMagnitude.cs (1)
40Vector128<T> lessThanIndexMask = IndexLessThan(resultIndex, currentIndex);