5 references to ExpDouble
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1326
return VectorMath.
ExpDouble
<Vector<double>, Vector<ulong>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1847
return VectorMath.
ExpDouble
<Vector128<double>, Vector128<ulong>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1941
return VectorMath.
ExpDouble
<Vector256<double>, Vector256<ulong>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
1990
return VectorMath.
ExpDouble
<Vector512<double>, Vector512<ulong>>(vector);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1813
return VectorMath.
ExpDouble
<Vector64<double>, Vector64<ulong>>(vector);