1 reference to PopCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
974public static bool IsPow2(Int128 value) => (PopCount(value) == 1U) && IsPositive(value);