53 references to Create
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.LeadingZeroCount.cs (1)
182return Vector512.Create(Invoke(x.GetLower()), Invoke(x.GetUpper()));
System.Private.CoreLib (52)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (39)
73return Create( 95return Create( 354return Create( 584return Create( 719return Create(vector, vector); 1293public static Vector512<T> Create<T>(Vector256<T> value) => Create(value, value); 1317public static Vector512<byte> Create(Vector256<byte> lower, Vector256<byte> upper) => Create<byte>(lower, upper); 1324public static Vector512<double> Create(Vector256<double> lower, Vector256<double> upper) => Create<double>(lower, upper); 1330public static Vector512<short> Create(Vector256<short> lower, Vector256<short> upper) => Create<short>(lower, upper); 1337public static Vector512<int> Create(Vector256<int> lower, Vector256<int> upper) => Create<int>(lower, upper); 1343public static Vector512<long> Create(Vector256<long> lower, Vector256<long> upper) => Create<long>(lower, upper); 1349public static Vector512<nint> Create(Vector256<nint> lower, Vector256<nint> upper) => Create<nint>(lower, upper); 1356public static Vector512<nuint> Create(Vector256<nuint> lower, Vector256<nuint> upper) => Create<nuint>(lower, upper); 1363public static Vector512<sbyte> Create(Vector256<sbyte> lower, Vector256<sbyte> upper) => Create<sbyte>(lower, upper); 1370public static Vector512<float> Create(Vector256<float> lower, Vector256<float> upper) => Create<float>(lower, upper); 1377public static Vector512<ushort> Create(Vector256<ushort> lower, Vector256<ushort> upper) => Create<ushort>(lower, upper); 1385public static Vector512<uint> Create(Vector256<uint> lower, Vector256<uint> upper) => Create<uint>(lower, upper); 1392public static Vector512<ulong> Create(Vector256<ulong> lower, Vector256<ulong> upper) => Create<ulong>(lower, upper); 1658return Create( 1758return Create( 1854return Create( 1898return Create( 2271return Create( 2315return Create( 2508return Create( 2526return Create( 2544return Create( 2562return Create( 2580return Create( 2598return Create( 2616return Create( 2634return Create( 2652return Create( 2670return Create( 2708return Create( 2968return Create( 3805return Create( 3895return Create( 3951return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (13)
137return Vector512.Create( 152return Vector512.Create( 167return Vector512.Create( 182return Vector512.Create( 196return Vector512.Create( 224return Vector512.Create( 246return Vector512.Create( 261return Vector512.Create( 276return Vector512.Create( 298return Vector512.Create( 312return Vector512.Create( 327return Vector512.Create( 374return Vector512.Create(