5 references to WideDivideByPow10
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (5)
2540sticky |= !TValue.IsZero(WideDivideByPow10(ref high, ref low, divisor)); 2611/// Gets the largest power of ten that a single <see cref="WideDivideByPow10{TValue}"/> pass can strip, 2734WideDivideByPow10(ref high, ref low, chunkDivisor); 2877sticky |= !TValue.IsZero(WideDivideByPow10(ref high, ref low, divisor)); 2881roundDigit = int.CreateTruncating(WideDivideByPow10(ref high, ref low, TValue.CreateTruncating(10)));