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)
83
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
105
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
221
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
250
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))
1808
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
1834
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
1927
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
1972
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))
2128
if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_LARGE + 1)))
2145
else if (TVectorInt64.
LessThanAll
(ux, TVectorInt64.Create(ARG_HUGE)))
2258
if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_LARGE + 1)))
2287
else if (TVectorInt32.
LessThanAll
(ux, TVectorInt32.Create(ARG_HUGE)))