22 references to Create
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (3)
26Vector512.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper())); 97Vector512.Create(firstLower, firstUpper), 98Vector512.Create(secondLower, secondUpper)
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (18)
484return Create( 498return Create( 736return Create( 1034return Create( 1669return Create( 1771return Create( 1858return Create( 2016return Create( 2310return Create( 2513return Create( 2547return Create( 2793return Create( 2998return Create( 3806return Create( 3844Create(sinLower, sinUpper), 3845Create(cosLower, cosUpper) 4173return Create( 4282return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2962result = (TVectorDouble)(object)Vector512.Create(lower, upper);