3 references to LessThanAll
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
2168
return Vector64.
LessThanAll
(left._lower, right._lower)
2169
&& Vector64.
LessThanAll
(left._upper, right._upper);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
765
static bool ISimdVector<Vector64<T>, T>.LessThanAll(Vector64<T> left, Vector64<T> right) => Vector64.
LessThanAll
(left, right);