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