3 references to IsNaN
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IsNaN.cs (1)
73public static Vector256<T> Invoke(Vector256<T> x) => IsNaN<T>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IsRealNumber.cs (1)
73public static Vector256<T> Invoke(Vector256<T> x) => ~IsNaN(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Sign.cs (1)
79if (Vector256.EqualsAny(IsNaN(x).AsInt32(), Vector256<int>.AllBitsSet))