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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
H A Dpolicy.hpp510 struct normalise struct in namespace:boost::math::policies
593 struct normalise<policy<>, struct in namespace:boost::math::policies
610 struct normalise<policy<detail::forwarding_arg1, detail::forwarding_arg2>, struct in namespace:boost::math::policies
630 inline typename normalise<policy<>, A1>::type make_policy(const A1&)
632 typedef typename normalise<policy<>, A1>::type result_type;
637 inline typename normalise<policy<>, A1, A2>::type make_policy(const A1&, const A2&)
639 typedef typename normalise<policy<>, A1, A2>::type result_type;
644 inline typename normalise<policy<>, A1, A2, A3>::type make_policy(const A1&, const A2&, const A3&)
646 typedef typename normalise<policy<>, A1, A2, A3>::type result_type;
651 inline typename normalise<polic
[all...]

Completed in 3 milliseconds