2 references to Hypot
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
1813return Hypot<double>(x, y); 1837return Hypot<float>(x, y);