10 references to Pow
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
1723
destination = T.
Pow
(x, y);
1733
destination = T.
Pow
(x, y);
1743
destination = T.
Pow
(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (1)
64
public static T Invoke(T x, T y) => T.
Pow
(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.ScaleB.cs (1)
29
private readonly T _pow2n = typeof(T) == typeof(float) || typeof(T) == typeof(double) ? T.
Pow
(T.CreateTruncating(2), T.CreateTruncating(n)) : default!;
System.Private.CoreLib (5)
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\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)" />