1 interface inheriting from IExponentialFunctions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
9
:
IExponentialFunctions
<TSelf>,
92 references to IExponentialFunctions
System.Numerics.Tensors (40)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3351
where T :
IExponentialFunctions
<T>
3364
where T :
IExponentialFunctions
<T>
3378
where T :
IExponentialFunctions
<T>
3391
where T :
IExponentialFunctions
<T>
3403
where T :
IExponentialFunctions
<T>
3414
where T :
IExponentialFunctions
<T>
3426
where T :
IExponentialFunctions
<T>
3437
where T :
IExponentialFunctions
<T>
3449
where T :
IExponentialFunctions
<T>
3460
where T :
IExponentialFunctions
<T>
3472
where T :
IExponentialFunctions
<T>
3483
where T :
IExponentialFunctions
<T>
4850
where T :
IExponentialFunctions
<T>
4861
where T :
IExponentialFunctions
<T>
4946
where T :
IExponentialFunctions
<T>
4960
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (9)
1056
where T :
IExponentialFunctions
<T>
1071
where T :
IExponentialFunctions
<T>
1086
where T :
IExponentialFunctions
<T>
1101
where T :
IExponentialFunctions
<T>
1116
where T :
IExponentialFunctions
<T>
1131
where T :
IExponentialFunctions
<T>
1933
where T :
IExponentialFunctions
<T>
1994
where T :
IExponentialFunctions
<T>
2012
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (2)
30
where T :
IExponentialFunctions
<T>
42
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (2)
25
where T :
IExponentialFunctions
<T>
37
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (2)
25
where T :
IExponentialFunctions
<T>
37
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (2)
25
where T :
IExponentialFunctions
<T>
37
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (2)
25
where T :
IExponentialFunctions
<T>
37
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (2)
25
where T :
IExponentialFunctions
<T>
37
where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (2)
26
where T :
IExponentialFunctions
<T>
42
internal readonly struct SigmoidOperator<T> : IUnaryOperator<T, T> where T :
IExponentialFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.SoftMax.cs (1)
25
where T :
IExponentialFunctions
<T>
System.Private.CoreLib (51)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
629
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp" />
633
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
636
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
639
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
642
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
645
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1322
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp" />
1325
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
1328
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
1331
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
1334
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
1337
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
951
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp" />
954
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
957
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
960
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
963
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
966
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (6)
979
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp(TSelf)" />
982
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
985
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
988
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
991
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
994
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (6)
990
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp(TSelf)" />
993
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
996
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
999
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
1002
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
1005
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (6)
983
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp(TSelf)" />
986
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
989
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
992
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
995
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
998
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
10
where TSelf :
IExponentialFunctions
<TSelf>?
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1307
where T :
IExponentialFunctions
<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
957
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp" />
960
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
963
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
966
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
969
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
972
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1792
where T :
IExponentialFunctions
<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
622
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp" />
626
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.ExpM1(TSelf)" />
629
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2(TSelf)" />
632
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp2M1(TSelf)" />
635
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10(TSelf)" />
638
/// <inheritdoc cref="
IExponentialFunctions
{TSelf}.Exp10M1(TSelf)" />
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
393
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IExponentialFunctions
<>))]