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