5 references to MaxNative
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
404
return MinNative(
MaxNative
(value, min), max);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
748
static Vector256<T> ISimdVector<Vector256<T>, T>.MaxNative(Vector256<T> left, Vector256<T> right) => Vector256.
MaxNative
(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2551
/// <inheritdoc cref="Vector256.
MaxNative
{T}(Vector256{T}, Vector256{T})" />
2563
Vector256.
MaxNative
(left._lower, right._lower),
2564
Vector256.
MaxNative
(left._upper, right._upper)