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