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