23 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 (20)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (19)
485return Create( 499return Create( 737return Create( 771return Create( 1069return Create( 1704return Create( 1806return Create( 1893return Create( 2051return Create( 2345return Create( 2551return Create( 2585return Create( 2831return Create( 3036return Create( 3844return Create( 3882Create(sinLower, sinUpper), 3883Create(cosLower, cosUpper) 4214return Create( 4323return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2962result = (TVectorDouble)(object)Vector512.Create(lower, upper);