11 references to Exp2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1105
destination = T.
Exp2
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (1)
43
public static T Invoke(T x) => T.
Exp2
(x);
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
636
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1328
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
957
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
988
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
999
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
992
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
30
static virtual TSelf Exp2M1(TSelf x) => TSelf.
Exp2
(x) - TSelf.One;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
963
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
629
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />