5 implementations of MaxNumber
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1112
static Vector<T> ISimdVector<Vector<T>, T>.
MaxNumber
(Vector<T> left, Vector<T> right) => Vector.MaxNumber(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
764
static Vector128<T> ISimdVector<Vector128<T>, T>.
MaxNumber
(Vector128<T> left, Vector128<T> right) => Vector128.MaxNumber(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
752
static Vector256<T> ISimdVector<Vector256<T>, T>.
MaxNumber
(Vector256<T> left, Vector256<T> right) => Vector256.MaxNumber(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
752
static Vector512<T> ISimdVector<Vector512<T>, T>.
MaxNumber
(Vector512<T> left, Vector512<T> right) => Vector512.MaxNumber(left, right);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
821
static Vector64<T> ISimdVector<Vector64<T>, T>.
MaxNumber
(Vector64<T> left, Vector64<T> right) => Vector64.MaxNumber(left, right);
6 references to MaxNumber
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1110
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
762
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
750
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
750
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2475
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
819
/// <inheritdoc cref="ISimdVector{TSelf, T}.
MaxNumber
(TSelf, TSelf)" />