5 implementations of IsSubnormal
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1037
static Vector<T> ISimdVector<Vector<T>, T>.
IsSubnormal
(Vector<T> vector) => Vector.IsSubnormal(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
688
static Vector128<T> ISimdVector<Vector128<T>, T>.
IsSubnormal
(Vector128<T> vector) => Vector128.IsSubnormal(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
677
static Vector256<T> ISimdVector<Vector256<T>, T>.
IsSubnormal
(Vector256<T> vector) => Vector256.IsSubnormal(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
677
static Vector512<T> ISimdVector<Vector512<T>, T>.
IsSubnormal
(Vector512<T> vector) => Vector512.IsSubnormal(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
745
static Vector64<T> ISimdVector<Vector64<T>, T>.
IsSubnormal
(Vector64<T> vector) => Vector64.IsSubnormal(vector);
6 references to IsSubnormal
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1035
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
686
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
675
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
675
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1990
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
743
/// <inheritdoc cref="ISimdVector{TSelf, T}.
IsSubnormal
(TSelf)" />