HomeSort by relevance Sort by last modified time
    Searched refs:LnX (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 412 double LnX; /* Natural logarithm of X values */
414 double _lnx; /* Value LnX - LnXavg */
515 Table[N].LnX = log((double)cur->nprocess);
519 Table[N]._lnx = Table[N].LnX - LnXavg;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 460 double LnX; /* Natural logarithm of X values */
462 double _lnx[NSCENAR]; /* Value LnX - LnXavg */
563 Table[N].LnX = log((double)cur->nthreads);
567 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i];
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 403 double LnX; /* Natural logarithm of X values */
406 double _lnx; /* Value LnX - LnXavg */
528 Table[N].LnX = log((double)cur->nsem);
532 Table[N]._lnx = Table[N].LnX - LnXavg;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 412 double LnX; /* Natural logarithm of X values */
415 double _lnx; /* Value LnX - LnXavg */
537 Table[N].LnX = log((double)cur->nsem);
541 Table[N]._lnx = Table[N].LnX - LnXavg;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 684 double LnX; /* Natural logarithm of X values */
686 double _lnx; /* Value LnX - LnXavg */
781 Table[N].LnX = log((double)cur->nthreads);
782 Table[N]._lnx = Table[N].LnX - LnXavg;

Completed in 382 milliseconds