Searched refs:integer_round_nearest (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/math/example/ |
D | policy_eg_3.cpp | 28 using boost::math::policies::integer_round_nearest; 32 discrete_quantile<integer_round_nearest> // Round result to nearest integer.
|
D | policy_eg_10.cpp | 51 using boost::math::policies::integer_round_nearest; 79 policy<discrete_quantile<integer_round_nearest> > >
|
D | policy_ref_snip8.cpp | 19 policy<discrete_quantile<integer_round_nearest> >
|
D | policy_eg_7.cpp | 32 discrete_quantile<integer_round_nearest>
|
D | policy_eg_6.cpp | 48 discrete_quantile<integer_round_nearest>
|
/third_party/boost/boost/math/distributions/detail/ |
D | hypergeometric_quantile.hpp | 55 …lbound*/, unsigned /*ubound*/, const policies::discrete_quantile<policies::integer_round_nearest>&) in round_x_from_p() argument 99 …lbound*/, unsigned /*ubound*/, const policies::discrete_quantile<policies::integer_round_nearest>&) in round_x_from_q() argument
|
D | inv_discrete_quantile.hpp | 544 const policies::discrete_quantile<policies::integer_round_nearest>&, in inverse_discrete_quantile() argument
|
/third_party/boost/libs/math/test/ |
D | test_hypergeometric_dist.cpp | 263 policy<discrete_quantile<integer_round_nearest> > > dn(r, n, N); in do_test_hypergeometric_quantile() 381 policy<discrete_quantile<integer_round_nearest> > > dn(r, n, N); in test_spot()
|
D | test_poisson.cpp | 457 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
|
D | test_binomial.cpp | 708 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
|
D | test_negative_binomial.cpp | 746 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
|
/third_party/boost/libs/math/doc/policies/ |
D | policy.qbk | 332 integer_round_nearest 409 [h5 integer_round_nearest] 598 `integer_round_down`, `integer_round_up`, `integer_round_nearest`. Defaults to
|
D | policy_tutorial.qbk | 509 [[integer_round_nearest][This policy will always round the result
|
/third_party/boost/boost/math/policies/ |
D | policy.hpp | 230 integer_round_nearest enumerator
|