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