OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLESIZE
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/netem/
normal.c
14
#define
TABLESIZE
16384
29
double table[
TABLESIZE
+1];
32
i = rint(
TABLESIZE
* normal(x, 0.0, 1.0));
38
for (i = n = 0; i <
TABLESIZE
; i += 4) {
paretonormal.c
23
#define
TABLESIZE
16384
54
double table[
TABLESIZE
+1];
57
i = rint(
TABLESIZE
*normal(x, 0.0, 1.0));
64
for (i = n = 0; i <
TABLESIZE
; i += 4) {
pareto.c
14
#define
TABLESIZE
16384
maketable.c
78
#define
TABLESIZE
16384/4
135
inverttable(int *table, int inversesize, int
tablesize
, int cumulative)
145
for (i=0; i <
tablesize
; ++i) {
228
inverse = inverttable(table,
TABLESIZE
, DISTTABLESIZE, total);
229
interpolatetable(inverse,
TABLESIZE
);
230
printtable(inverse,
TABLESIZE
);
Completed in 35 milliseconds