3 references to C23
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (3)
287
Vector128<double> a6 = MultiplyAddEstimateOperator<double>.Invoke(Vector128.Create(
C23
), g, Vector128.Create(C21));
334
Vector256<double> a6 = MultiplyAddEstimateOperator<double>.Invoke(Vector256.Create(
C23
), g, Vector256.Create(C21));
381
Vector512<double> a6 = MultiplyAddEstimateOperator<double>.Invoke(Vector512.Create(
C23
), g, Vector512.Create(C21));