8 references to HypotSingle
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1342
return VectorMath.
HypotSingle
<Vector<float>, Vector<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
1831
return VectorMath.
HypotSingle
<Vector128<float>, Vector256<double>>(x, y);
1835
return VectorMath.
HypotSingle
<Vector128<float>, Vector128<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (2)
1924
return VectorMath.
HypotSingle
<Vector256<float>, Vector512<double>>(x, y);
1928
return VectorMath.
HypotSingle
<Vector256<float>, Vector256<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
1955
return VectorMath.
HypotSingle
<Vector512<float>, Vector512<double>>(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
1754
return VectorMath.
HypotSingle
<Vector64<float>, Vector128<double>>(x, y);
1758
return VectorMath.
HypotSingle
<Vector64<float>, Vector64<double>>(x, y);