8 references to IsNegative
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (2)
117bool resultNegative = IsNegative(result); 118if ((resultNegative == IsNegative(current)) ? (currentIndex < resultIndex) : resultNegative)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMaxMagnitude.cs (2)
120bool resultNegative = IsNegative(result); 121if ((resultNegative == IsNegative(current)) ? (currentIndex < resultIndex) : resultNegative)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMin.cs (2)
114bool currentNegative = IsNegative(current); 115if ((IsNegative(result) == currentNegative) ? (currentIndex < resultIndex) : currentNegative)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMinMagnitude.cs (2)
120bool currentNegative = IsNegative(current); 121if ((IsNegative(result) == currentNegative) ? (currentIndex < resultIndex) : currentNegative)