2 references to Log2
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\FormattingHelpers.CountDigits.Int128.cs (1)
56return ((int)UInt128.Log2(value) >> 2) + 1;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1030uint log2 = (uint)Log2(value) + 1;