2 references to ClampNative
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
519
static Vector256<T> ISimdVector<Vector256<T>, T>.ClampNative(Vector256<T> value, Vector256<T> min, Vector256<T> max) => Vector256.
ClampNative
(value, min, max);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
372
/// <inheritdoc cref="Vector256.
ClampNative
{T}(Vector256{T}, Vector256{T}, Vector256{T})" />