5 implementations of LessThanAll
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1056
static bool ISimdVector<Vector<T>, T>.
LessThanAll
(Vector<T> left, Vector<T> right) => Vector.LessThanAll(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
708
static bool ISimdVector<Vector128<T>, T>.
LessThanAll
(Vector128<T> left, Vector128<T> right) => Vector128.LessThanAll(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
696
static bool ISimdVector<Vector256<T>, T>.
LessThanAll
(Vector256<T> left, Vector256<T> right) => Vector256.LessThanAll(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
696
static bool ISimdVector<Vector512<T>, T>.
LessThanAll
(Vector512<T> left, Vector512<T> right) => Vector512.LessThanAll(left, right);
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);
17 references to LessThanAll
System.Private.CoreLib (17)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1054
/// <inheritdoc cref="ISimdVector{TSelf, T}.
LessThanAll
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
706
/// <inheritdoc cref="ISimdVector{TSelf, T}.
LessThanAll
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
694
/// <inheritdoc cref="ISimdVector{TSelf, T}.
LessThanAll
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
694
/// <inheritdoc cref="ISimdVector{TSelf, T}.
LessThanAll
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
763
/// <inheritdoc cref="ISimdVector{TSelf, T}.
LessThanAll
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (12)
82
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
104
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
220
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
249
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))
1807
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
1833
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
1926
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
1971
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))
2127
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
2144
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
2257
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
2286
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))