10 references to ILogB
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1216destination = T.ILogB(x);
System\Numerics\Tensors\netcore\TensorPrimitives.ILogB.cs (1)
39public static int Invoke(T x) => T.ILogB(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
844/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1563/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1172/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1006/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1017/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1010/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1101/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
839/// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ILogB(TSelf)" />