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

/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c396 * -- where a = avg ((X - Xavg)(Y - Yavg)) / avg((X - Xavg)²)
397 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
398 * -- and _d = sum((X - Xavg)²);
399 * -- and b = Yavg - a * Xavg
410 long _x; /* Value X - Xavg */
424 double Xavg, Yavg; local
445 Xavg = 0.0;
479 Xavg += (double)cur->nprocess;
488 Xavg /
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c385 * -- where a = avg ((X - Xavg)(Y - Yavg)) / avg((X - Xavg)²)
386 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
387 * -- and _d = sum((X - Xavg)²);
388 * -- and b = Yavg - a * Xavg
400 long _x; /* Value X - Xavg */
416 double Xavg, Yavg_o, Yavg_c; local
440 Xavg = 0.0;
486 Xavg += (double)cur->nsem;
498 Xavg /
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c394 * -- where a = avg ((X - Xavg)(Y - Yavg)) / avg((X - Xavg)²)
395 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
396 * -- and _d = sum((X - Xavg)²);
397 * -- and b = Yavg - a * Xavg
409 long _x; /* Value X - Xavg */
426 double Xavg, Yavg_o, Yavg_c; local
450 Xavg = 0.0;
496 Xavg += (double)cur->nsem;
508 Xavg /
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c444 * -- where a = avg ((X - Xavg)(Y - Yavg)) / avg((X - Xavg)²)
445 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
446 * -- and _d = sum((X - Xavg)²);
447 * -- and b = Yavg - a * Xavg
458 long _x[NSCENAR]; /* Value X - Xavg */
472 double Xavg[NSCENAR], Yavg[NSCENAR]; local
493 Xavg[i] = 0.0;
527 Xavg[i] += (double)cur->nthreads;
538 Xavg[
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c668 * -- where a = avg ((X - Xavg)(Y - Yavg)) / avg((X - Xavg)²)
669 * -- Note: We will call _q = sum((X - Xavg) * (Y - Yavg));
670 * -- and _d = sum((X - Xavg)²);
671 * -- and b = Yavg - a * Xavg
682 long _x; /* Value X - Xavg */
696 double Xavg, Yavg[NSCENAR]; local
712 Xavg = 0.0;
744 Xavg += (double)cur->nthreads;
754 Xavg /
[all...]

Completed in 135 milliseconds