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