5 references to MinNative
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)
768
static Vector256<T> ISimdVector<Vector256<T>, T>.MinNative(Vector256<T> left, Vector256<T> right) => Vector256.
MinNative
(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (3)
2641
/// <inheritdoc cref="Vector256.
MinNative
{T}(Vector256{T}, Vector256{T})" />
2653
Vector256.
MinNative
(left._lower, right._lower),
2654
Vector256.
MinNative
(left._upper, right._upper)