1 interface inheriting from IPowerFunctions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
13IPowerFunctions<TSelf>,
21 references to IPowerFunctions
System.Numerics.Tensors (11)
System\Numerics\Tensors\netcore\Tensor.cs (6)
4549where T : IPowerFunctions<T> 4561where T : IPowerFunctions<T> 4572where T : IPowerFunctions<T> 4584where T : IPowerFunctions<T> 4595where T : IPowerFunctions<T> 4607where T : IPowerFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1739where T : IPowerFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (4)
25where T : IPowerFunctions<T> => 40where T : IPowerFunctions<T> => 55where T : IPowerFunctions<T> => 60where T : IPowerFunctions<T>
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1530/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2253/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1976/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1033/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1044/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1037/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IPowerFunctions.cs (1)
10where TSelf : IPowerFunctions<TSelf>?
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1751/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1547/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
406[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IPowerFunctions<>))]