2 references to Log2
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\FormattingHelpers.CountDigits.cs (1)
106long tableValue = Unsafe.Add(ref MemoryMarshal.GetReference(table), uint.Log2(value));
System.Runtime.Numerics (1)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\FormattingHelpers.CountDigits.cs (1)
106long tableValue = Unsafe.Add(ref MemoryMarshal.GetReference(table), uint.Log2(value));