8 references to Cos
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
892
destination = T.
Cos
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cos.cs (1)
74
public static T Invoke(T x) => T.
Cos
(x);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1838
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2247
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
625
T value = T.
Cos
(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1858
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
699
T value = T.
Cos
(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1754
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />