Home | History | Annotate | Download | only in src

Lines Matching refs:newS

425                                            const float   newS,
2089 float S, newS; /* Sum of squared errors */
2131 NULL, NULL, &newS);
2132 gain = sacLMGain(dH, lm.Jte, S, newS, L);
2133 /*printf("Lambda: %12.6f S: %12.6f newS: %12.6f Gain: %12.6f\n",
2134 L, S, newS, gain);*/
2137 * If the gain is positive (i.e., the new Sum of Square Errors (newS)
2156 S = newS;
2329 const float newS,
2331 float dS = S-newS;
2349 /* Return gain as S-newS / L0 - LH. */