Searched refs:TFRC_CALC_X_SPLIT (Results 1 – 1 of 1) sorted by relevance
14 #define TFRC_CALC_X_SPLIT 50000 /* 0.05 * 1000000, details below */ macro15 #define TFRC_SMALLEST_P (TFRC_CALC_X_SPLIT/TFRC_CALC_X_ARRSIZE)627 if (p <= TFRC_CALC_X_SPLIT) { /* 0.0000 < p <= 0.05 */ in tfrc_calc_x()681 return (index + 1) * TFRC_CALC_X_SPLIT / TFRC_CALC_X_ARRSIZE; in tfrc_calc_x_reverse_lookup()