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