1 interface inheriting from IPowerFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
13
IPowerFunctions
<TSelf>,
18 references to IPowerFunctions
System.Numerics.Tensors (11)
System\Numerics\Tensors\netcore\Tensor.cs (6)
4353
where T :
IPowerFunctions
<T>
4365
where T :
IPowerFunctions
<T>
4376
where T :
IPowerFunctions
<T>
4388
where T :
IPowerFunctions
<T>
4399
where T :
IPowerFunctions
<T>
4411
where T :
IPowerFunctions
<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1719
where T :
IPowerFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (4)
25
where T :
IPowerFunctions
<T> =>
40
where T :
IPowerFunctions
<T> =>
55
where T :
IPowerFunctions
<T> =>
60
where T :
IPowerFunctions
<T>
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1481
/// <inheritdoc cref="
IPowerFunctions
{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2178
/// <inheritdoc cref="
IPowerFunctions
{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1955
/// <inheritdoc cref="
IPowerFunctions
{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IPowerFunctions.cs (1)
10
where TSelf :
IPowerFunctions
<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1800
/// <inheritdoc cref="
IPowerFunctions
{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1500
/// <inheritdoc cref="
IPowerFunctions
{TSelf}.Pow(TSelf, TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
397
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IPowerFunctions
<>))]