2 references to ClampNative
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
357
/// <inheritdoc cref="Vector64.
ClampNative
{T}(Vector64{T}, Vector64{T}, Vector64{T})" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
587
static Vector64<T> ISimdVector<Vector64<T>, T>.ClampNative(Vector64<T> value, Vector64<T> min, Vector64<T> max) => Vector64.
ClampNative
(value, min, max);