Home
last modified time | relevance | path

Searched refs:TABLESIZE (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/netem/
Dnormal.c14 #define TABLESIZE 16384 macro
29 double table[TABLESIZE+1]; in main()
32 i = rint(TABLESIZE * normal(x, 0.0, 1.0)); in main()
38 for (i = n = 0; i < TABLESIZE; i += 4) { in main()
Dparetonormal.c22 #define TABLESIZE 16384 macro
53 double table[TABLESIZE+1]; in main()
56 i = rint(TABLESIZE*normal(x, 0.0, 1.0)); in main()
63 for (i = n = 0; i < TABLESIZE; i += 4) { in main()
Dmaketable.c78 #define TABLESIZE 16384/4 macro
230 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total); in main()
231 interpolatetable(inverse, TABLESIZE); in main()
232 printtable(inverse, TABLESIZE); in main()
Dpareto.c14 #define TABLESIZE 16384 macro
DREADME.distribution63 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
65 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
66 to 1 with granularity 1/TABLESIZE. Note that even with the granularity
/external/iproute2/
DREADME.distribution61 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
63 for the ("normalized") inverse of size TABLESIZE, covering its domain 0
64 to 1 with granularity 1/TABLESIZE. Note that even with the granularity