3 references to Hypot
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (3)
1906/// <inheritdoc cref="Vector64.Hypot(Vector64{float}, Vector64{float})" /> 1924Vector64.Hypot(x._lower, y._lower), 1925Vector64.Hypot(x._upper, y._upper)