8 references to HypotSingle
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1416
return VectorMath.
HypotSingle
<Vector<float>, Vector<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
1914
return VectorMath.
HypotSingle
<Vector128<float>, Vector256<double>>(x, y);
1918
return VectorMath.
HypotSingle
<Vector128<float>, Vector128<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
1998
return VectorMath.
HypotSingle
<Vector256<float>, Vector512<double>>(x, y);
2002
return VectorMath.
HypotSingle
<Vector256<float>, Vector256<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2029
return VectorMath.
HypotSingle
<Vector512<float>, Vector512<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
1828
return VectorMath.
HypotSingle
<Vector64<float>, Vector128<double>>(x, y);
1832
return VectorMath.
HypotSingle
<Vector64<float>, Vector64<double>>(x, y);