5 references to Log2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1309
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 (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
36
static virtual TSelf Log2P1(TSelf x) => TSelf.
Log2
(x + TSelf.One);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2055
T value = T.
Log2
(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2418
T value = T.
Log2
(vector.GetElementUnsafe(index));