2 references to IsNegativeInfinity
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1970
/// <inheritdoc cref="Vector64.
IsNegativeInfinity
{T}(Vector64{T})" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
725
static Vector64<T> ISimdVector<Vector64<T>, T>.IsNegativeInfinity(Vector64<T> vector) => Vector64.
IsNegativeInfinity
(vector);