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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (19)
482return Create( 496return Create( 730return Create( 764return Create( 1062return Create( 1892return Create( 1994return Create( 2073return Create( 2231return Create( 2513return Create( 2716return Create( 2750return Create( 2996return Create( 3201return Create( 3650return Create( 3688Create(sinLower, sinUpper), 3689Create(cosLower, cosUpper) 4009return Create( 4118return Create(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
3159result = (TVectorDouble)(object)Vector512.Create(lower, upper);