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

/linux-4.4.14/net/dccp/ccids/lib/
H A Dtfrc_equation.c18 #define TFRC_CALC_X_SPLIT 50000 /* 0.05 * 1000000, details below */ macro
19 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)
68 corresponds to the value of q = TFRC_CALC_X_SPLIT. At the same time this also
71 TFRC_SMALLEST_P = TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE
76 lookup[i][1] = g((i+1) * TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE);
83 lookup[M][1] = g(TFRC_CALC_X_SPLIT) = 1000000 * f(5%)
631 if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */ tfrc_calc_x()
685 return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; tfrc_calc_x_reverse_lookup()

Completed in 39 milliseconds