Home
last modified time | relevance | path

Searched refs:LnX (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c405 double LnX; /* Natural logarithm of X values */ member
407 double _lnx; /* Value LnX - LnXavg */
508 Table[N].LnX = log((double)cur->nprocess); in parse_measure()
512 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c453 double LnX; /* Natural logarithm of X values */ member
455 double _lnx[NSCENAR]; /* Value LnX - LnXavg */
556 Table[N].LnX = log((double)cur->nthreads); in parse_measure()
560 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i]; in parse_measure()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c401 double LnX; /* Natural logarithm of X values */ member
404 double _lnx; /* Value LnX - LnXavg */
526 Table[N].LnX = log((double)cur->nsem); in parse_measure()
530 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c409 double LnX; /* Natural logarithm of X values */ member
412 double _lnx; /* Value LnX - LnXavg */
534 Table[N].LnX = log((double)cur->nsem); in parse_measure()
538 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c677 double LnX; /* Natural logarithm of X values */ member
679 double _lnx; /* Value LnX - LnXavg */
774 Table[N].LnX = log((double)cur->nthreads); in parse_measure()
775 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure()

Completed in 4 milliseconds