8 references to Log2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1329
destination = T.
Log2
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
49
public static T Invoke(T x) => T.
Log2
(x);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1024
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1035
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1028
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log2
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
36
static virtual TSelf Log2P1(TSelf x) => TSelf.
Log2
(x + TSelf.One);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2319
T value = T.
Log2
(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2718
T value = T.
Log2
(vector.GetElementUnsafe(index));