10 references to Log2P1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1344destination = T.Log2P1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (1)
46public static T Invoke(T x) => T.Log2P1(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
913/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1659/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1265/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1027/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1038/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1031/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1154/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
912/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />