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