3 references to C11
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (3)
284
Vector128<double> a3 = MultiplyAddEstimateOperator<double>.Invoke(Vector128.Create(
C11
), g, Vector128.Create(C9));
331
Vector256<double> a3 = MultiplyAddEstimateOperator<double>.Invoke(Vector256.Create(
C11
), g, Vector256.Create(C9));
378
Vector512<double> a3 = MultiplyAddEstimateOperator<double>.Invoke(Vector512.Create(
C11
), g, Vector512.Create(C9));