5 references to HypotDouble
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1674
return VectorMath.
HypotDouble
<Vector<double>, Vector<ulong>>(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
2093
return VectorMath.
HypotDouble
<Vector128<double>, Vector128<ulong>>(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
2185
return VectorMath.
HypotDouble
<Vector256<double>, Vector256<ulong>>(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2227
return VectorMath.
HypotDouble
<Vector512<double>, Vector512<ulong>>(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2121
return VectorMath.
HypotDouble
<Vector64<double>, Vector64<ulong>>(x, y);