4 references to Hypot
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
58return Vector256.Hypot(x.AsDouble(), y.AsDouble()).As<double, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
1921/// <inheritdoc cref="Vector256.Hypot(Vector256{double}, Vector256{double})" /> 1932Vector256.Hypot(x._lower, y._lower), 1933Vector256.Hypot(x._upper, y._upper)