OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LnYavg_c
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c
417
double LnXavg, LnYavg_o,
LnYavg_c
;
455
LnYavg_c
= 0.0;
491
LnYavg_c
+= log((double)cur->_data_close);
503
LnYavg_c
/= array_max;
540
Table[N]._lny_c = Table[N].LnY_c -
LnYavg_c
;
622
- (logl(
LnYavg_c
- (_q_c[1] / _d_c[1]) * LnXavg)
639
LnYavg_c
));
703
logl(
LnYavg_c
- (_q_c[1] / _d_c[1]) * LnXavg));
723
LnYavg_c
- ((_q_c[2] / _d_c[2]) * Xavg));
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c
427
double LnXavg, LnYavg_o,
LnYavg_c
;
465
LnYavg_c
= 0.0;
501
LnYavg_c
+= log((double)cur->_data_close);
513
LnYavg_c
/= array_max;
549
Table[N]._lny_c = Table[N].LnY_c -
LnYavg_c
;
627
- (logl(
LnYavg_c
- (_q_c[1] / _d_c[1]) * LnXavg)
642
- expl((_q_c[2] / _d_c[2]) * Table[r]._x +
LnYavg_c
));
704
logl(
LnYavg_c
- (_q_c[1] / _d_c[1]) * LnXavg));
722
output(" b = %Lg\n",
LnYavg_c
- ((_q_c[2] / _d_c[2]) * Xavg));
Completed in 107 milliseconds