Home
last modified time | relevance | path

Searched refs:forwarding_policy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Datanh.hpp106 policies::assert_undefined<> >::type forwarding_policy; in atanh() typedef
107 return policies::checked_narrowing_cast<result_type, forwarding_policy>( in atanh()
108 detail::atanh_imp(static_cast<value_type>(x), forwarding_policy()), in atanh()
H A Dlog1p.hpp304 policies::assert_undefined<> >::type forwarding_policy; in log1p() typedef
320 detail::log1p_initializer<value_type, forwarding_policy, tag_type>::force_instantiate(); in log1p()
322 return policies::checked_narrowing_cast<result_type, forwarding_policy>( in log1p()
323 …detail::log1p_imp(static_cast<value_type>(x), forwarding_policy(), tag_type()), "boost::math::log1… in log1p()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp874 typedef policies::policy<policies::digits2<N> > forwarding_policy; in compute() typedef
878 …v /= boost::math::constants::pi<T, forwarding_policy>() * boost::math::constants::pi<T, forwarding… in compute()
879 v -= boost::math::constants::euler<T, forwarding_policy>(); in compute()
880 v -= log(2 * boost::math::constants::pi<T, forwarding_policy>()); in compute()