Consider the following code:
complex :: cv = sqrt((-2.0,0.0))
END
On AIX, it generates
%cst = arith.constant -6.18172393E-8 : f32
%cst_0 = arith.constant 1.41421354 : f32
On LoP, it generates
%cst = arith.constant 0.000000e+00 : f32
%cst_0 = arith.constant 1.41421354 : f32