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