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