45 references to AllBitsSet
System.Private.CoreLib (45)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (11)
181return All(vector, Scalar<T>.AllBitsSet); 213return Any(vector, Scalar<T>.AllBitsSet); 802return Count(vector, Scalar<T>.AllBitsSet); 962T value = Scalar<T>.Equals(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1219T value = Scalar<T>.GreaterThan(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1307T value = Scalar<T>.GreaterThanOrEqual(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1459return IndexOf(vector, Scalar<T>.AllBitsSet); 1705return LastIndexOf(vector, Scalar<T>.AllBitsSet); 1774T value = Scalar<T>.LessThan(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1862T value = Scalar<T>.LessThanOrEqual(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 2556return None(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
132get => Vector.Create(Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (6)
217return All(vector, Scalar<T>.AllBitsSet); 250return Any(vector, Scalar<T>.AllBitsSet); 870return Count(vector, Scalar<T>.AllBitsSet); 1954return IndexOf(vector, Scalar<T>.AllBitsSet); 2185return LastIndexOf(vector, Scalar<T>.AllBitsSet); 2915return None(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
42get => Vector128.Create(Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (6)
201return All(vector, Scalar<T>.AllBitsSet); 235return Any(vector, Scalar<T>.AllBitsSet); 877return Count(vector, Scalar<T>.AllBitsSet); 2038return IndexOf(vector, Scalar<T>.AllBitsSet); 2269return LastIndexOf(vector, Scalar<T>.AllBitsSet); 2950return None(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
41get => Vector256.Create(Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (6)
200return All(vector, Scalar<T>.AllBitsSet); 234return Any(vector, Scalar<T>.AllBitsSet); 780return Count(vector, Scalar<T>.AllBitsSet); 2064return IndexOf(vector, Scalar<T>.AllBitsSet); 2295return LastIndexOf(vector, Scalar<T>.AllBitsSet); 2975return None(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
41get => Vector512.Create(Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (11)
192return All(vector, Scalar<T>.AllBitsSet); 234return Any(vector, Scalar<T>.AllBitsSet); 848return Count(vector, Scalar<T>.AllBitsSet); 1434T value = Scalar<T>.Equals(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1674T value = Scalar<T>.GreaterThan(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1737T value = Scalar<T>.GreaterThanOrEqual(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 1874return IndexOf(vector, Scalar<T>.AllBitsSet); 2114return LastIndexOf(vector, Scalar<T>.AllBitsSet); 2184T value = Scalar<T>.LessThan(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 2247T value = Scalar<T>.LessThanOrEqual(left.GetElementUnsafe(index), right.GetElementUnsafe(index)) ? Scalar<T>.AllBitsSet : default!; 2952return None(vector, Scalar<T>.AllBitsSet);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
41get => Vector64.Create(Scalar<T>.AllBitsSet);