22 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 (19)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (18)
410return Create( 424return Create( 662return Create( 960return Create( 1595return Create( 1697return Create( 1784return Create( 1942return Create( 2236return Create( 2439return Create( 2473return Create( 2719return Create( 2924return Create( 3732return Create( 3770Create(sinLower, sinUpper), 3771Create(cosLower, cosUpper) 4099return Create( 4208return Create(
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
2952result = (TVectorDouble)(object)Vector512.Create(lower, upper);