3 references to ExponentLowerBound
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (3)
419
Vector128<uint> maskedExponentLowerBound = subnormalMask & Vector128.Create(
ExponentLowerBound
);
471
Vector256<uint> maskedExponentLowerBound = subnormalMask & Vector256.Create(
ExponentLowerBound
);
523
Vector512<uint> maskedExponentLowerBound = subnormalMask & Vector512.Create(
ExponentLowerBound
);