4 references to Hypot
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
63return Vector256.Hypot(x.AsSingle(), y.AsSingle()).As<float, T>();
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
1938/// <inheritdoc cref="Vector256.Hypot(Vector256{float}, Vector256{float})" /> 1949Vector256.Hypot(x._lower, y._lower), 1950Vector256.Hypot(x._upper, y._upper)