23 references to Create
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (3)
23Vector256.Create(ApplyScalar<TOperator>(doubles.GetLower()), ApplyScalar<TOperator>(doubles.GetUpper())); 85Vector256.Create(firstLower, firstUpper), 86Vector256.Create(secondLower, secondUpper)
System.Private.CoreLib (20)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (19)
515return Create( 548return Create( 819return Create( 860return Create( 1129return Create( 1837return Create( 1945return Create( 2031return Create( 2189return Create( 2478return Create( 2681return Create( 2715return Create( 2961return Create( 3167return Create( 3623return Create( 3668Create(sinLower, sinUpper), 3669Create(cosLower, cosUpper) 4030return Create( 4139return Create(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
3141result = (TVectorDouble)(object)Vector256.Create(lower, upper);