4 references to PopCount
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
560
return uint.
PopCount
(trailingSignificand) == 1;
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
3202
result += uint.
PopCount
(part);
3218
result += uint.
PopCount
(part);
3229
result += uint.
PopCount
(part);