2 references to Apply2xScalar
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (2)
57(Vector256<float> firstLower, Vector256<float> secondLower) = Apply2xScalar<TOperator>(floats.GetLower()); 58(Vector256<float> firstUpper, Vector256<float> secondUpper) = Apply2xScalar<TOperator>(floats.GetUpper());