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

  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 396 * -- 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;
445 Xavg = 0.0;
479 Xavg += (double)cur->nprocess;
488 Xavg /= array_max
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 385 * -- 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;
440 Xavg = 0.0;
486 Xavg += (double)cur->nsem;
498 Xavg /= array_max
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 394 * -- 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;
450 Xavg = 0.0;
496 Xavg += (double)cur->nsem;
508 Xavg /= array_max
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 444 * -- 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];
493 Xavg[i] = 0.0;
527 Xavg[i] += (double)cur->nthreads;
538 Xavg[i] /= array_max[i]
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 668 * -- 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];
712 Xavg = 0.0;
744 Xavg += (double)cur->nthreads;
754 Xavg /= N
    [all...]

Completed in 774 milliseconds