5 references to MaxNative
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
478
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)
2625
/// <inheritdoc cref="Vector256.
MaxNative
{T}(Vector256{T}, Vector256{T})" />
2637
Vector256.
MaxNative
(left._lower, right._lower),
2638
Vector256.
MaxNative
(left._upper, right._upper)