9 references to IsNaN
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfMinMaxOperator.cs (6)
327Vector256<T> nanMask = IsNaN(result); 360Vector256<T> nanMask = IsNaN(current); 394Vector256<T> nanMask = IsNaN(result); 428Vector256<T> nanMask = IsNaN(current); 469Vector256<T> nanMask = IsNaN(result); 505Vector256<T> nanMask = IsNaN(current);
System\Numerics\Tensors\netcore\TensorPrimitives.IsNaN.cs (1)
69public static Vector256<T> Invoke(Vector256<T> x) => IsNaN<T>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsRealNumber.cs (1)
69public static Vector256<T> Invoke(Vector256<T> x) => ~IsNaN(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Sign.cs (1)
78if (Vector256.EqualsAny(IsNaN(x).AsInt32(), Vector256<int>.AllBitsSet))