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

  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 402 long _y_c; /* Value Y - Yavg */ member in struct:row
538 Table[N]._y_c = Table[N].Y_c - Yavg_c;
577 ((double)Table[r]._y_c / array_max) *
578 (double)Table[r]._y_c;
580 _q_c[0] += Table[r]._y_c * Table[r]._x;
607 t = (Table[r]._y_c -
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 411 long _y_c; /* Value Y - Yavg */ member in struct:row
547 Table[N]._y_c = Table[N].Y_c - Yavg_c;
585 ((double)Table[r]._y_c / array_max) * (double)Table[r]._y_c;
587 _q_c[0] += Table[r]._y_c * Table[r]._x;
613 t = (Table[r]._y_c - ((_q_c[0] * Table[r]._x) / _d_c[0]));

Completed in 45 milliseconds