5 references to HypotDouble
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1328
return VectorMath.
HypotDouble
<Vector<double>, Vector<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1812
return VectorMath.
HypotDouble
<Vector128<double>, Vector128<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1905
return VectorMath.
HypotDouble
<Vector256<double>, Vector256<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
1938
return VectorMath.
HypotDouble
<Vector512<double>, Vector512<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1735
return VectorMath.
HypotDouble
<Vector64<double>, Vector64<ulong>>(x, y);