2 references to ILogB
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ILogB.cs (1)
50public static int Invoke(double x) => double.ILogB(x);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1175public static int ILogB(NFloat x) => NativeType.ILogB(x._value);