22 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 (19)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (18)
444return Create( 477return Create( 752return Create( 1021return Create( 1556return Create( 1657return Create( 1751return Create( 1909return Create( 2210return Create( 2413return Create( 2447return Create( 2693return Create( 2899return Create( 3707return Create( 3752Create(sinLower, sinUpper), 3753Create(cosLower, cosUpper) 4122return Create( 4231return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2934result = (TVectorDouble)(object)Vector256.Create(lower, upper);