Home
last modified time | relevance | path

Searched refs:integer_round_nearest (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/math/example/
Dpolicy_eg_3.cpp28 using boost::math::policies::integer_round_nearest;
32 discrete_quantile<integer_round_nearest> // Round result to nearest integer.
Dpolicy_eg_10.cpp51 using boost::math::policies::integer_round_nearest;
79 policy<discrete_quantile<integer_round_nearest> > >
Dpolicy_ref_snip8.cpp19 policy<discrete_quantile<integer_round_nearest> >
Dpolicy_eg_7.cpp32 discrete_quantile<integer_round_nearest>
Dpolicy_eg_6.cpp48 discrete_quantile<integer_round_nearest>
/third_party/boost/boost/math/distributions/detail/
Dhypergeometric_quantile.hpp55 …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
Dinv_discrete_quantile.hpp544 const policies::discrete_quantile<policies::integer_round_nearest>&, in inverse_discrete_quantile() argument
/third_party/boost/libs/math/test/
Dtest_hypergeometric_dist.cpp263 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()
Dtest_poisson.cpp457 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
Dtest_binomial.cpp708 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
Dtest_negative_binomial.cpp746 typedef policy<discrete_quantile<integer_round_nearest> > P6; in test_spots()
/third_party/boost/libs/math/doc/policies/
Dpolicy.qbk332 integer_round_nearest
409 [h5 integer_round_nearest]
598 `integer_round_down`, `integer_round_up`, `integer_round_nearest`. Defaults to
Dpolicy_tutorial.qbk509 [[integer_round_nearest][This policy will always round the result
/third_party/boost/boost/math/policies/
Dpolicy.hpp230 integer_round_nearest enumerator