2 references to ExponentMask
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
243var exp = (int)((bits & ExponentMask) >> FractionWidth); 251var exp = (int)((bits & ExponentMask) >> FractionWidth);