5 references to CosDouble
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
638return VectorMath.CosDouble<Vector<double>, Vector<long>>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
732return VectorMath.CosDouble<Vector128<double>, Vector128<long>>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
748return VectorMath.CosDouble<Vector256<double>, Vector256<long>>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
658return VectorMath.CosDouble<Vector512<double>, Vector512<long>>(vector);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
714return VectorMath.CosDouble<Vector64<double>, Vector64<long>>(vector);