5 references to SinDouble
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
3153return VectorMath.SinDouble<Vector<double>, Vector<long>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
3640return VectorMath.SinDouble<Vector128<double>, Vector128<long>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
3619return VectorMath.SinDouble<Vector256<double>, Vector256<long>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
3646return VectorMath.SinDouble<Vector512<double>, Vector512<long>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3761return VectorMath.SinDouble<Vector64<double>, Vector64<long>>(vector);