2 references to IsSubnormal
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IsSubnormal.cs (1)
64
public static Vector512<T> Invoke(Vector512<T> x) => Vector512.
IsSubnormal
(x);
System.Private.CoreLib (1)
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);