3 references to SignMask
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (3)
55
if (Vector128.GreaterThanAny(xpi.AsUInt64() & Vector128.Create(CosOperatorDouble.
SignMask
), Vector128.Create(CosOperatorDouble.MaxVectorizedValue)))
78
if (Vector256.GreaterThanAny(xpi.AsUInt64() & Vector256.Create(CosOperatorDouble.
SignMask
), Vector256.Create(CosOperatorDouble.MaxVectorizedValue)))
101
if (Vector512.GreaterThanAny(xpi.AsUInt64() & Vector512.Create(CosOperatorDouble.
SignMask
), Vector512.Create(CosOperatorDouble.MaxVectorizedValue)))