OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLEFACTOR
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/netem/
pareto.c
15
#define
TABLEFACTOR
NETEM_DIST_SCALE
29
dvalue *= (4.0/3.0)*(double)
TABLEFACTOR
;
normal.c
15
#define
TABLEFACTOR
NETEM_DIST_SCALE
39
int value = (int) rint(table[i]*
TABLEFACTOR
);
paretonormal.c
24
#define
TABLEFACTOR
NETEM_DIST_SCALE
43
dvalue *= (4.0/3.0)*(double)
TABLEFACTOR
;
67
normvalue = (int) rint(table[i]*
TABLEFACTOR
);
maketable.c
79
#define
TABLEFACTOR
8192
85
/* Since entries in the inverse are scaled by
TABLEFACTOR
, and can't be bigger
88
#define DISTTABLEDOMAIN ((MAXSHORT/
TABLEFACTOR
)+1)
149
inversevalue = (int)rint(findex*
TABLEFACTOR
);
Completed in 37 milliseconds