4 references to MinMagnitude
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (3)
2486/// <inheritdoc cref="Vector64.MinMagnitude{T}(Vector64{T}, Vector64{T})" /> 2498Vector64.MinMagnitude(left._lower, right._lower), 2499Vector64.MinMagnitude(left._upper, right._upper)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
829static Vector64<T> ISimdVector<Vector64<T>, T>.MinMagnitude(Vector64<T> left, Vector64<T> right) => Vector64.MinMagnitude(left, right);