5 references to None
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (3)
2868
return
None
(vector.AsInt32(), -1);
2872
return
None
(vector.AsInt64(), -1);
2876
return
None
(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
792
static bool ISimdVector<Vector256<T>, T>.None(Vector256<T> vector, T value) => Vector256.
None
(vector, value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2881
/// <inheritdoc cref="Vector256.
None
{T}(Vector256{T}, T)" />