7 references to Log2P1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1324destination = T.Log2P1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (1)
46public static T Invoke(T x) => T.Log2P1(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
897/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1606/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1265/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1227/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
898/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" />