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

  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 414 double _lnx; /* Value LnX - LnXavg */
425 double LnXavg, LnYavg;
446 LnXavg = 0.0;
480 LnXavg += log((double)cur->nprocess);
489 LnXavg /= array_max;
519 Table[N]._lnx = Table[N].LnX - LnXavg;
575 = y - log (LnYavg - (_q[1]/_d[1]) * LnXavg) * x ^ (_q[1]/_d[1])
577 t = (Table[r].Y - (logl(LnYavg - (_q[1] / _d[1]) * LnXavg)
619 output(" c = %Lg\n", logl(LnYavg - (_q[1] / _d[1]) * LnXavg));
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 406 double _lnx; /* Value LnX - LnXavg */
417 double LnXavg, LnYavg_o, LnYavg_c;
441 LnXavg = 0.0;
487 LnXavg += log((double)cur->nsem);
499 LnXavg /= array_max;
532 Table[N]._lnx = Table[N].LnX - LnXavg;
613 = y - log (LnYavg - (_q[1]/_d[1]) * LnXavg) * x ^ (_q[1]/_d[1])
616 - (logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg)
622 - (logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg)
694 logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg));
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 415 double _lnx; /* Value LnX - LnXavg */
427 double LnXavg, LnYavg_o, LnYavg_c;
451 LnXavg = 0.0;
497 LnXavg += log((double)cur->nsem);
509 LnXavg /= array_max;
541 Table[N]._lnx = Table[N].LnX - LnXavg;
618 = y - log (LnYavg - (_q[1]/_d[1]) * LnXavg) * x ^ (_q[1]/_d[1])
621 - (logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg)
627 - (logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg)
695 logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg));
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 462 double _lnx[NSCENAR]; /* Value LnX - LnXavg */
473 double LnXavg[NSCENAR], LnYavg[NSCENAR];
494 LnXavg[i] = 0.0;
528 LnXavg[i] += log((double)cur->nthreads);
539 LnXavg[i] /= array_max[i];
567 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i];
627 = y - log (LnYavg - (_q[1]/_d[1]) * LnXavg) * x ^ (_q[1]/_d[1])
632 (LnYavg[i] - (_q[1][i] / _d[1][i]) * LnXavg[i])
673 logl(LnYavg[i] - (_q[1][i] / _d[1][i]) * LnXavg[i]));
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 686 double _lnx; /* Value LnX - LnXavg */
697 double LnXavg, LnYavg[NSCENAR];
713 LnXavg = 0.0;
745 LnXavg += log((double)cur->nthreads);
755 LnXavg /= N;
782 Table[N]._lnx = Table[N].LnX - LnXavg;
842 = y - log (LnYavg - (_q[1]/_d[1]) * LnXavg) * x ^ (_q[1]/_d[1])
845 - (logl(LnYavg[i] - (_q[1][i] / _d[1][i]) * LnXavg)
884 logl(LnYavg[i] - (_q[1][i] / _d[1][i]) * LnXavg));

Completed in 129 milliseconds