Changeset 2553 in Sophya for trunk/Eval/Speed/cpupower.c


Ignore:
Timestamp:
Jul 8, 2004, 10:13:39 AM (21 years ago)
Author:
ansari
Message:

changement commentaires C++ en comment c ds cpupower.c - Reza 8 Juillet 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/cpupower.c

    r2538 r2553  
    7474    for(i=0; i<SZ; i++)  s += x[k]*sin(y[i])+y[k]*cos(x[i]);
    7575    z[k] = s;
    76     N_OP += 70*SZ;  // le facteur 70 est approximatif
     76    N_OP += 70*SZ;  /* le facteur 70 est approximatif */
    7777  }
    7878  return;
     
    8787    for(i=0; i<SZ; i++)  s += x[k]*sin(y[i])+log(fabs(x[i])+0.1)+y[k];
    8888    z[k] = s;
    89     N_OP += 100*SZ;  // le facteur 100 est approximatif
     89    N_OP += 100*SZ;  /* le facteur 100 est approximatif */
    9090  }
    9191  return;
Note: See TracChangeset for help on using the changeset viewer.