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)
518return Create( 551return Create( 826return Create( 1095return Create( 1630return Create( 1731return Create( 1825return Create( 1983return Create( 2284return Create( 2487return Create( 2521return Create( 2767return Create( 2973return Create( 3781return Create( 3826Create(sinLower, sinUpper), 3827Create(cosLower, cosUpper) 4196return Create( 4305return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2944result = (TVectorDouble)(object)Vector256.Create(lower, upper);