5 references to HypotDouble
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1310return VectorMath.HypotDouble<Vector<double>, Vector<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
1789return VectorMath.HypotDouble<Vector128<double>, Vector128<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1893return VectorMath.HypotDouble<Vector256<double>, Vector256<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
1927return VectorMath.HypotDouble<Vector512<double>, Vector512<ulong>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1720return VectorMath.HypotDouble<Vector64<double>, Vector64<ulong>>(x, y);