5 references to Hypot
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
41return Vector128.Hypot(x.AsDouble(), y.AsDouble()).As<double, T>();
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1304/// <inheritdoc cref="Vector128.Hypot(Vector128{double}, Vector128{double})" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
1887/// <inheritdoc cref="Vector128.Hypot(Vector128{double}, Vector128{double})" /> 1898Vector128.Hypot(x._lower, y._lower), 1899Vector128.Hypot(x._upper, y._upper)