2 references to MaxNative
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1097static Vector<T> ISimdVector<Vector<T>, T>.MaxNative(Vector<T> left, Vector<T> right) => Vector.MaxNative(left, right);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
431return MinNative(MaxNative(value, min), max);