Lines Matching full:norm
682 double norm, summ, best_norm;806 norm = 0;819 norm += summ * summ;822 norm = sqrt( norm );824 if( best_norm == -1 || norm < best_norm )830 best_norm = norm;