3 references to C27
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (3)
288
Vector128<double> a7 = MultiplyAddEstimateOperator<double>.Invoke(Vector128.Create(
C27
), g, Vector128.Create(C25));
335
Vector256<double> a7 = MultiplyAddEstimateOperator<double>.Invoke(Vector256.Create(
C27
), g, Vector256.Create(C25));
382
Vector512<double> a7 = MultiplyAddEstimateOperator<double>.Invoke(Vector512.Create(
C27
), g, Vector512.Create(C25));