3 references to LeadingZeroCountAsInt32
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
787
=> (uint)
LeadingZeroCountAsInt32
(value);
1150
Span<uint> left = new Span<uint>(pLeft, (Size / sizeof(uint)) - (
LeadingZeroCountAsInt32
(quotient) / 32));
1162
Span<uint> right = new Span<uint>(pRight, (Size / sizeof(uint)) - (
LeadingZeroCountAsInt32
(divisor) / 32));