D | hypergeometric_quantile.hpp | 17 inline unsigned round_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned lbound, unsigned /*… in round_x_from_p() argument 19 if((p < cum * fudge_factor) && (x != lbound)) in round_x_from_p() 28 inline unsigned round_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned /*lbound*/, unsigne… in round_x_from_p() argument 30 if((cum < p * fudge_factor) && (x != ubound)) in round_x_from_p() 39 inline unsigned round_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned lbound, unsigned ub… in round_x_from_p() argument 42 …return round_x_from_p(x, p, cum, fudge_factor, lbound, ubound, policies::discrete_quantile<policie… in round_x_from_p() 43 …return round_x_from_p(x, p, cum, fudge_factor, lbound, ubound, policies::discrete_quantile<policie… in round_x_from_p() 47 inline unsigned round_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned lbound, unsigned ub… in round_x_from_p() argument 50 …return round_x_from_p(x, p, cum, fudge_factor, lbound, ubound, policies::discrete_quantile<policie… in round_x_from_p() 51 …return round_x_from_p(x, p, cum, fudge_factor, lbound, ubound, policies::discrete_quantile<policie… in round_x_from_p() [all …]
|