3 references to ExponentOffset
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
422
Vector128<uint> offsetMaskedExponentLowerBound = Vector128.Create(
ExponentOffset
) | maskedExponentLowerBound;
474
Vector256<uint> offsetMaskedExponentLowerBound = Vector256.Create(
ExponentOffset
) | maskedExponentLowerBound;
526
Vector512<uint> offsetMaskedExponentLowerBound = Vector512.Create(
ExponentOffset
) | maskedExponentLowerBound;