~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to tune/blas/level1/NRM2/nrm2_ssqr4_x1.c

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-09-17 23:31:54 UTC
  • mto: (2.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090917233154-9esw88ub02twbuab
Tags: upstream-3.8.3
ImportĀ upstreamĀ versionĀ 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
      else return;
19
19
   }
20
20
   else i = 0;
21
 
   for (; i != N; i++)
 
21
   for (; i < N; i++)
22
22
   {
23
23
      ax = fabs(X[i]);
24
24
      if (scal >= ax)