2 references to Log2
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
4333return bitCount >>> (2 + int.Log2(sizeof(T)));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
4456return bitCount >>> (2 + int.Log2(sizeof(T)));