2 references to ILogB
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
843public static int ILogB(double x) => Math.ILogB(x);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (1)
1965/// cases match <see cref="Math.ILogB(double)"/>, reporting <see cref="int.MinValue"/> for zero and