2 references to ExponentShift
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (2)
182int exponent = (int)(bits >> ExponentShift); 206long bits = ((long)exponent << ExponentShift) | ((long)mantissa << _mantissaShift);