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