Home | History | Annotate | Download | only in lib

Lines Matching refs:SQR

25 #define SQR(x) (x) * (x)
399 temp2 = lmpar * SQR(pnorm / fnorm);
405 temp1 = SQR(lm_enorm(n, wa3) / fnorm);
433 actred = 1 - SQR(fnorm1 / fnorm);
881 Rdiag[k] *= sqrt(1 - SQR(temp));
885 if (temp == 0 || 0.05 * SQR(temp) <= LM_MACHEP) {
1097 s2 += SQR(xabs);
1099 s1 = 1 + s1 * SQR(x1max / xabs);
1102 s1 += SQR(xabs / x1max);
1105 s3 = 1 + s3 * SQR(x3max / xabs);
1108 s3 += SQR(xabs / x3max);