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