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