Searched refs:TABLESIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/netem/
H A Dnormal.c14 #define TABLESIZE 16384 macro
29 double table[TABLESIZE+1];
32 i = rint(TABLESIZE * normal(x, 0.0, 1.0));
38 for (i = n = 0; i < TABLESIZE; i += 4) {
H A Dparetonormal.c23 #define TABLESIZE 16384 macro
54 double table[TABLESIZE+1];
57 i = rint(TABLESIZE*normal(x, 0.0, 1.0));
64 for (i = n = 0; i < TABLESIZE; i += 4) {
H A Dpareto.c14 #define TABLESIZE 16384 macro
H A Dmaketable.c78 #define TABLESIZE 16384/4 macro
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
229 interpolatetable(inverse, TABLESIZE);
230 printtable(inverse, TABLESIZE);

Completed in 106 milliseconds