Home | History | Annotate | Download | only in src

Lines Matching full:tnorm

473         double tnorm = fabs( w[i] );
474 tnorm += fabs( e[i] );
476 if( anorm < tnorm )
477 anorm = tnorm;
870 double tnorm = fabs( w[i] );
871 tnorm += fabs( e[i] );
873 if( anorm < tnorm )
874 anorm = tnorm;