3 references to SignMask
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (3)
47
if (Vector128.GreaterThanAny(xpi.AsUInt32() & Vector128.Create(CosOperatorSingle.
SignMask
), Vector128.Create(CosOperatorSingle.MaxVectorizedValue)))
70
if (Vector256.GreaterThanAny(xpi.AsUInt32() & Vector256.Create(CosOperatorSingle.
SignMask
), Vector256.Create(CosOperatorSingle.MaxVectorizedValue)))
93
if (Vector512.GreaterThanAny(xpi.AsUInt32() & Vector512.Create(CosOperatorSingle.
SignMask
), Vector512.Create(CosOperatorSingle.MaxVectorizedValue)))