18 references to SinCos
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.SinCos.cs (1)
34public static (T, T) Invoke(T x) => T.SinCos(x);
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2219/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2335/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2056/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1054/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1065/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1058/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
3183(T sinValue, T cosValue) = T.SinCos(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1836/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3800(T sinValue, T cosValue) = T.SinCos(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1907/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.SinCos(TSelf)" />
System.Runtime.Numerics (7)
System\Numerics\Complex.Generic.cs (7)
61(T sin, T cos) = T.SinCos(phase); 459(T sin, T cos) = T.SinCos(value.m_real); 495(T sinInf, T cosInf) = T.SinCos(imaginary); 589(T sin, T cos) = T.SinCos(value.m_real); 625(T sinInf, T cosInf) = T.SinCos(imaginary); 743(T sin, T cos) = T.SinCos(x2); 777(T sin, T cos) = T.SinCos(imaginary);