3 references to C3
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (3)
282
Vector128<double> a1 = MultiplyAddEstimateOperator<double>.Invoke(Vector128.Create(
C3
), g, Vector128.Create(C1));
329
Vector256<double> a1 = MultiplyAddEstimateOperator<double>.Invoke(Vector256.Create(
C3
), g, Vector256.Create(C1));
376
Vector512<double> a1 = MultiplyAddEstimateOperator<double>.Invoke(Vector512.Create(
C3
), g, Vector512.Create(C1));