Lines Matching refs:errO
56 REAL*8 errO, err, alpha, eps, time local
66 errO = NORMS(mynNo, commu, R)
67 ls%iNorm = errO
68 eps = MAX(ls%absTol,ls%relTol*errO)
72 err = errO
80 errO = err
97 alpha = errO/DOTS(mynNo, commu, P, SP)
102 P = R + err/errO*P
107 ls%dB = 5D0*LOG(err/errO)
131 REAL*8 errO, err, alpha, eps local
152 errO = err
156 alpha = errO/DOTV(dof, mynNo, commu, P, KP)
161 P = R + err/errO*P
168 ls%dB = 5D0*LOG(err/errO)
190 REAL*8 errO, err, alpha, eps local
211 errO = err
213 alpha = errO/DOTS(mynNo, commu, P, KP)
218 P = R + err/errO*P
225 ls%dB = 5D0*LOG(err/errO)