3 references to IsNegativeInfinity
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegativeInfinity.cs (1)
63public static Vector256<T> Invoke(Vector256<T> x) => Vector256.IsNegativeInfinity(x);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
657static Vector256<T> ISimdVector<Vector256<T>, T>.IsNegativeInfinity(Vector256<T> vector) => Vector256.IsNegativeInfinity(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2078/// <inheritdoc cref="Vector256.IsNegativeInfinity{T}(Vector256{T})" />