1 reference to CountSignificantBits
Microsoft.CodeAnalysis (1)
RealParser.cs (1)
673
if (v != 0) return 8 * (uint)i +
CountSignificantBits
(v);