Searched refs:TABLESIZE (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/netem/ |
D | normal.c | 14 #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()
|
D | paretonormal.c | 23 #define TABLESIZE 16384 macro 54 double table[TABLESIZE+1]; in main() 57 i = rint(TABLESIZE*normal(x, 0.0, 1.0)); in main() 64 for (i = n = 0; i < TABLESIZE; i += 4) { in main()
|
D | maketable.c | 78 #define TABLESIZE 16384/4 macro 228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total); in main() 229 interpolatetable(inverse, TABLESIZE); in main() 230 printtable(inverse, TABLESIZE); in main()
|
D | pareto.c | 14 #define TABLESIZE 16384 macro
|
D | README.distribution | 63 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/ |
D | README.distribution | 61 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
|