HomeSort by relevance Sort by last modified time
    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 22 #define TABLESIZE 16384
53 double table[TABLESIZE+1];
56 i = rint(TABLESIZE*normal(x, 0.0, 1.0));
63 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) {
230 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
231 interpolatetable(inverse, TABLESIZE);
232 printtable(inverse, TABLESIZE);

Completed in 155 milliseconds